.banner-info{max-width: 550px;position: relative;top: -50px;}
.banner-info h2,.banner-info>p { color: #fff; }
.banner-info h2{font-weight: bold;}
.banner-info>p{ margin: 20px 0 30px 0; }
.banner .swiper-slide video{height: auto;}
.about-tab{ position: relative; width: 100%; height: 100px; z-index: 1; margin-top: -100px; -moz-box-sizing: border-box; box-sizing: border-box; }
/* 补充样式 */
.about-tab{background: url(/images/new_kkidc/about/new-tab-bg.png);background-size: cover;}

.about-tab::before{ content: ""; position: absolute; left: 0; top: 0; height: 100%; background-color: #2981ff; width: 50%; z-index: -1; }
.about-tab ul{ display: flex; left: -70px; position: relative;}
.about-tab ul li{ width: 33%; max-width: 358px; position: relative; background-color: #2981ff; overflow: hidden; }
/* 补充样式 */
.about-tab ul li{background-color: rgba(0, 0, 0, 0);}
.about-tab::before{background-color: rgba(0, 0, 0, 0);}

.about-tab ul li.on::before,.about-tab ul li:hover::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/about/tab-bg.png) no-repeat; background-position: top right; background-size: auto 100%; }
.about-tab ul li:last-child{ border-radius: 0 30px 0 0; }
/* 补充样式 */
.about-tab ul li:last-child{ border-radius: 0; }

.tab-item{ position: relative; padding: 0 70px; height: 100px; display: flex; justify-content: center; flex-direction: column; color: #fff; line-height: 32px; z-index: 2; }
.tab-item h2{ font-size: 18px; }
.paly-box{position: absolute; top: 35%; right: 13.5%; font-size: 16px; color: #fff; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.paly-box .ten{ margin-right: 42px; }
.paly-box .ten span{ display: flex; align-items: center; justify-content: center; background:#f4f6fa; width: 54px; height: 54px; position: relative; border-radius:50%; z-index: 1; }
.paly-box .ten span::after{ content: ""; position: absolute; width: 0; height: 0; margin-left: 6px; border-top: 12px solid transparent; border-left: 20px solid #2981ff; border-bottom: 12px solid transparent; }
.paly-box .ten p{ position: relative; }
.paly-box .ten p::after, .paly-box .ten p::before{ content: ""; position: absolute; width: 54px; height: 54px; border-radius:50%; animation: myfirst 2.3s  infinite; background-color: #fff; opacity: .1; }
.paly-box .ten p::before{ animation-delay: 1.1s; }

@keyframes myfirst{
    0% {transform: scale(1);opacity: 0.1;}
    100% {transform: scale(1.7);opacity: 0.05;}
}
/* 公司介绍 */
.about-module-1{ background: url(/images/new_kkidc/about/js-bg.png) no-repeat; background-position: bottom center; background-color: #f7f9fc; padding: 96px 0 29px; }
.about-info-top{ display: flex; justify-content: space-between; margin-bottom: 64px; }
.about-content{ text-indent: 2em; font-size: 14px; color: #181818; line-height: 28px;margin-right: 33px; flex: 1; max-width: 765px; }

.info-r{ width: 540px; position: relative; text-align: end; }
.info_data{ position: absolute; width: 360px; left: -10px; display: flex; flex-wrap: wrap; flex-direction: row; text-align: justify; }
.info_data li{ width: 50%; max-width: 160px; margin-bottom: 40px; }
.info_data li h4{ font-size: 36px; color: #1c1d1f; margin-bottom: 7px; }
.info_data li p{ font-size: 14px; color: #5d5d5d; }
.honor-swiper .swiper-honor-icon{ width: 74px; height: 74px; }

/* 企业文化 */
.about-module-2{ padding: 81px 0 100px; background: url(/images/new_kkidc/about/wenhua.png) no-repeat; background-position: top center;background-color: #fff; }
.about-module-2 .module-header{ color: #fff; margin-bottom: 60px; }
.about-module-2 .module-header h3{ margin-bottom: 14px; }
.corporate-culture{ display: flex; justify-content: space-between; margin: 0 -10px; }
.corporate-culture .culture-box{ position: relative; width: 100%; height: 378px; box-sizing: border-box; margin: 0 10px; transition: all .3s ease-in-out; padding: 10px; background-color: #f7f9fc; overflow: hidden;top: 0;transition: all .3s; }
.corporate-culture .culture-box::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/about/on-bg.png) 0 100% no-repeat; background-position: right center; opacity: 0; transition: opacity .3s ease-in-out; }
.corporate-culture .culture-box::after{ content: ""; position: absolute; left: 48px; bottom: 0; width: 10px; height: 20px; background-color: #2981ff; opacity: 0; transition: opacity .3s ease-in-out; }
.corporate-culture .culture-box:hover::before,.corporate-culture .culture-box:hover::after{ opacity:1 }
.corporate-culture-item{ position: relative; z-index: 1; height: 100%; }
.corporate-culture-item::after{position: absolute; right: -14px; bottom: -27px; z-index: 1; font-size: 70px; color: #1c1d1f; opacity: .03; font-weight: bold; font-family: Arial-BoldMT;}
.culture-box:nth-child(1) .corporate-culture-item::after{ content: "NO.1"; }
.culture-box:nth-child(2) .corporate-culture-item::after{ content: "NO.2"; }
.culture-box:nth-child(3) .corporate-culture-item::after{ content: "NO.3"; }
.culture-box:nth-child(4) .corporate-culture-item::after{ content: "NO.4"; }
.corporate-culture .culture-box h4{ font-size: 22px; color: #1c1d1f; margin: 22px 0 12px; }
.corporate-culture .culture-box p{ color: #626266; line-height: 24px; }
.corporate-culture-item .corporate-in-detail{ padding: 0 20px; box-sizing: border-box; }
.corporate-culture-item img{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: all .3s; }
.corporate-culture .culture-box:hover .corporate-culture-item img{filter:none}
/* 补充样式 */
.corporate-culture-item img{filter:none}

@media screen and (min-width:1024px){
    .corporate-culture .culture-box:hover{top: -20px;}

}
.items-box{ display: flex; justify-content: space-between; box-sizing: border-box; width: 100%; font-size: 0; }
.environment-item{ position: relative; display: flex; flex-direction: column; justify-content: space-between; margin-right: 20px; }
.environment-item:last-child{ margin-right: 0; }
.content1,.content2{ height: 100%; }
.environment-item:first-child .content1{margin-left: 0;}
.environment-item:last-child .content1{margin-right: 0;}

.about-title{ box-sizing: border-box; display: flex; justify-content: center; flex-direction: column; height: 100%; }
.about-module-3 .about-title{padding: 0 34px;}
.about-title h4{ font-size: 28px; color: #1c1d1f; margin-bottom: 11px; position: relative; }
.about-title h4::after{ content: ""; position: absolute; width: 30px; height: 5px; background-color: #2981ff; bottom: 15px; margin-left: 18px; }
.about-title p{ font-size: 14px; color: #626266; }
.environment-bg{position: relative;overflow: hidden;}
.environment-bg img{ transition: all 0.5s; }
.environment-bg:hover img{ transform: scale(1.05); }
.environment-bg::before{ position: absolute; font-size: 18px; font-weight: bold; color: #fff; z-index: 2; }
.yule::before{ content: "会议洽谈"; left: 24px; bottom: 90px; }
.huodong::before{ content: "员工活动室"; left: 20px; bottom: 20px; }
.xiuxian::before{ content: "员工休闲区"; left: 20px; bottom: 20px; }
.jieri::before{ content: "办公区域"; left: 20px; bottom: 20px; }
.jianshen::before{ content: "健身/台球室"; left: 24px; bottom: 30px; }

.about-module-4{ background-color: #fff; padding: 100px 0; }
.about-module-4 .about-title{ margin-bottom: 80px; }
.about-module-4 .contact-us{min-height: 357px;}
.contact-l{width: 39.286%;}
.contact-item{padding: 27px 48px 19px 38px;border-bottom: 1px solid #f2f4f7;box-sizing: border-box;}
.contact-item .contact-item-title{ font-size: 18px; color: #1c1d1f; display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; position: relative; }
.contact-item .contact-item-title::before{ content: url(/images/new_kkidc/about/icon_dizhi.png); position: absolute; left: -38px; top: 2px; }
.contact-item .contact-item-title p{opacity: .2;font-weight: bold;font-size: 20px;}
.contact-item .contact-way-item{max-height: 0;overflow: hidden;transition: all .3s;}
.contact-way-item ul li{ font-size: 14px; color: #626266; line-height: 30px; }
.care-us-title{ display: flex; align-items: center; font-size: 18px; color: #1c1d1f; margin: 65px 0 28px; }
.care-us-title img{ margin-right: 14px; width:23px;}
.care-us ul{ display: flex; }
.care-us ul li a{ margin-right: 30px; display: flex; align-items: center; color: #3f3f3f; position: relative; }
.care-us ul li a::before{ content: ""; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #fff; position: absolute; bottom: 30px; left: 9px; margin-left: -4px; }
.care-us ul li a:hover::before{ z-index: 10; }
.care-us ul li a::after{ z-index: -1; position: absolute; bottom: 35px; left: -2px; content: ''; width: 100px; height: 100px; border-radius: 10px; background-color: #fff; background-size: 100%; box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.25); }
/* 微信公众号二维码 */
.care-us ul li:nth-child(1) a:hover::after { background-image: url(/images/ewm.png); z-index: 1; }
/* 微信视频号 */
.care-us ul li:nth-child(2) a:hover::after { background-image: url(/images/shiphao.png); z-index: 1; }
/* 抖音号 */
.care-us ul li:nth-child(3) a:hover::after { background-image: url(/images/douyin.jpg); z-index: 1; }
/* 微博 */
.care-us ul li:nth-child(4) a:hover::after { background-image: url(/images/webo.jpg); z-index: 1; }
.care-us ul li img{ margin-right: 10px; }
.contact-box{ position: relative; }
.ditu{ position: absolute; right: 0; top: 0; max-width: 60%; }


/* 发展简史 */
.develop-module{ background: url(/images/new_kkidc/about/develop-bg.png) 0 100% no-repeat; background-position: top center; padding-top: 93px; box-sizing: border-box; }

/* 补充样式 */
.develop-module{ background: url(/images/new_kkidc/about/new-develop-bg.jpg) 0 100% no-repeat; background-size: cover;}
.about-content{max-width: 100%;text-align: justify;margin-right: 47px;}
.info_data{display: none;}
.info-r {width: 380px;}

.develop-time{ display: flex; flex-direction: column; }
.tab-time-item p{ line-height: 1;user-select:none; }
.develop-time-box{ height: 458px; overflow: hidden; background: url(/images/new_kkidc/about/tick-marks.png) 0 100% no-repeat; background-position: 0 24px; padding-left: 38px; margin:0 118px 0 75px; position: relative; }
/* .develop-time-box::after{ content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 120px; background: linear-gradient(to top, rgba(240, 240, 241, 1),rgba(240, 240, 241,.1)); z-index: 2; pointer-events: none; } */
.develop-time-box .swiper { width: 100%; height: 100%; }
.develop-time-box .tab-time-item { font-size: 18px; color: #1c1d1f; display: flex; justify-content: flex-start; align-items: center;cursor: pointer; }
.develop-time-box .tab-time-item.active{ font-size: 36px; font-weight: bold; }
.develop-box{ display: flex; justify-content: space-between; margin-top: 43px; }
.develop-l{position: relative;}
/* .develop-l::after{ content: url(/images/new_kkidc/about/time-bottom.png); position: absolute; bottom: 16px; right: 0; } */

.botton-animation{ margin-left: 75px; position: absolute; bottom: 65px; }
.botton-animation p{ position: relative; }
.line::after{ content: ""; position: absolute; top: 0; left: 0; width: 51px;opacity: 1; height: 1px; background-color: #000; animation: line 9s  infinite;}
.circle::after{ content: ""; position: absolute; width: 20px; height: 20px; left: 51px; top: -10px; border-radius: 50%; background-color: #2981ff; z-index: 1;opacity: 0;animation: circle 9s  infinite;}
.circle::before{ content: ""; position: absolute; width: 20px; height: 20px; left: 59px; top: -10px; border-radius: 50%; border: 1px solid #000; box-sizing: border-box;opacity: 0;animation: circle2 9s  infinite;}
.ash-line::after{ content: ""; position: absolute; top: 26px; width: 196px; height: 1px;opacity: 1; background-color: rgba(0, 0, 0, .1); animation: ashline 9s  infinite;}
.ash-line::before{ content: ""; position: absolute; top: 48px; width: 250px; height: 1px;opacity: 1; background-color: rgba(0, 0, 0, .1);animation: ashline2 9s  infinite; }


@keyframes line{
    0% {width: 0;opacity: 1;}
    30% {width: 51px;}
    70% {opacity: 1;}
    100%{opacity: 0;}
}
@keyframes circle{
    0% {opacity: 0;}
    30% {opacity: 0;}
    60% {opacity: 1;}
}
@keyframes circle2{
    0% {opacity: 0;}
    50% {opacity: 0;}
    70% {opacity: 1;}
}
@keyframes ashline{
    0% {width: 0;opacity: 1;}
    30% {width: 196px;}
    70% {opacity: 1;}
    100%{opacity: 0;}
}
@keyframes ashline2{
    0% {width: 0;opacity: 1;}
    30% {width: 250px;}
    70% {opacity: 1;}
    100%{opacity: 0;}
}

.develop-r{ flex: 1; position: relative; background-color: #fff; height: 680px; border-radius: 35px 35px 0 0; overflow: hidden; }
.develop-r::before{ content: ""; position: absolute; background: url(/images/new_kkidc/about/develop-data-bg.png) no-repeat; background-size: 1330px; background-position: bottom right; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; opacity: .1; }
.develop-data-box{ padding: 63px 108px 20px; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; height: 100%; }
.develop-data-box>div{display: none;}
.develop-data-box>div.active{display: block;overflow: auto; height: 100%;}
.develop-r ::-webkit-scrollbar { display: none; }
.develop-month-item{ display: flex; }
.develop-month-item:not(:last-child){ margin-bottom: 32px; border-bottom: 1px solid #f2f4f7; }
.develop-month-title{ font-size: 20px; font-weight: bold; color: #1c1d1f; line-height: 1; min-width: 100px; }
.develop-month-title span{ font-size: 36px; margin-right: 10px; position: relative; top: 3px; }
.develop-month-content{ margin: 15px 0 16px; }
.develop-month-content p{ font-size: 14px; color: #323235; line-height: 24px; margin-bottom: 18px; position: relative; }
.develop-month-content p::before{ content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background-color: #1c1d1f; top: 9px; left: -21px; }

/* 新闻中心 */
.newlist-container{background-color: #f2f4f7;padding: 100px 0;}
.newlist-box{ display: flex; justify-content: space-between; }
/* .new-content-r{ max-width: 1160px; } */
.new-nav-l{min-width: none;width: 180px;}
.new-nav-l li{ font-size: 14px; color: #1c1d1f;height: 50px;display: flex;align-items: center; }
.new-nav-l li.active{margin-left: 5px;}
.new-nav-l li.active a{color: #1c1d1f; font-size: 18px; font-weight: bold;  }
.new-nav-l li a{ position: relative; padding-left: 34px; color: #626266; }
.new-nav-l li a:hover{ color: #1c1d1f; }
.new-nav-l li a::before{ position: absolute; left: 0;bottom: -4px; }
.dongtai a::before{ content: url(/images/new_kkidc/about/icon_gs.png); }
.dongtai a:hover::before{ content: url(/images/new_kkidc/about/icon_gs_on.png); }
.dongtai.active a::before{ content: url(/images/new_kkidc/about/icon_gs_on.png); }
.tongzhi a::before{ content: url(/images/new_kkidc/about/icon_tz.png); }
.tongzhi a:hover::before{ content: url(/images/new_kkidc/about/icon_tz_on.png);bottom: -6px; }
.tongzhi.active a::before{ content: url(/images/new_kkidc/about/icon_tz_on.png);bottom: -4px; }
.jishu a::before{ content: url(/images/new_kkidc/about/icon_js.png); }
.jishu a:hover::before{ content: url(/images/new_kkidc/about/icon_js_on.png); }
.jishu.active a::before{ content: url(/images/new_kkidc/about/icon_js_on.png); }
.yuangon a::before{ content: url(/images/new_kkidc/about/icon_yg.png); }
.yuangon a:hover::before{ content: url(/images/new_kkidc/about/icon_yg_on.png); }
.yuangon.active a::before{ content: url(/images/new_kkidc/about/icon_yg_on.png); }

.dangjian a::before{ content: url(/images/new_kkidc/about/icon_dj.png); }
.dangjian a:hover::before{ content: url(/images/new_kkidc/about/icon_dj_on.png); }
.dangjian.active a::before{ content: url(/images/new_kkidc/about/icon_dj_on.png); }

.zixun a::before{ content: url(/images/new_kkidc/about/icon_zx.png); }
.zixun a:hover::before{ content: url(/images/new_kkidc/about/icon_zx_on.png); }
.zixun.active a::before{ content: url(/images/new_kkidc/about/icon_zx_on.png); }
.new-content-r{min-width: 0;max-width: 1160px;flex: 1;}
.new-content-r .news-info{min-width: 0;flex: 1;padding: 12px 30px;}
.up-to-date-box{position: relative;margin-bottom: 20px;}
.up-to-date-box::before{ content: ""; position: absolute; width: 8px; height: 8px; background-color: #a80e09; right: 74px; top: -5px; border-radius: 50%; }
.up-to-date{padding: 20px;background-color: #fff;display: flex;justify-content: space-between;position: relative;z-index: 1;}
.up-to-date::before{ content: url(/images/new_kkidc/about/new_tip.png); position: absolute; right: 22px; top: -9px; }
.up-to-date::after{ content: "置顶"; position: absolute; right: 37px; top: 1px; color: #fff; }
.up-to-date-img{width: 234px;height: 132px;flex-shrink: 0;overflow: hidden;}
.up-to-date-img a,.news-img a{display: block;width: 100%;height: 100%;}
.up-to-date-img a img,.news-img a img{width: 100%;height: 100%;}
.up-to-date .p-1{margin-bottom: 21px;}
.up-to-date .p-1 a{ font-size: 22px;color: #1c1d1f;font-weight: bold; transition: color 0.3s; }
.up-to-date-box:hover .up-to-date .p-1 a{color: #2981ff;}
.up-to-date .desc{font-size: 14px;color: #626266;line-height: 24px;}
.up-to-date-time{display: flex; justify-content: center; justify-items: center; align-items: center; text-align: center;}
.data-renew-time{ width: 65px; height: 95px; display: flex; justify-content: center; align-items: center; border-left: 1px solid #edeff2; flex-direction: column; padding-left: 35px; }
.data-renew-time h4{ font-size: 30px; color: #323235; margin-bottom: 6px; }
.data-renew-time p{ font-size: 14px; color: #acacac; }
.old-data-box{background-color: #fff;padding: 0 10px 0 20px;}
.old-data-box li{padding: 30px 10px;background-color: #fff;display: flex;justify-content: space-between;position: relative;z-index: 1;}
.old-data-box li:not(:last-child){ border-bottom: 1px solid #edeff2; }
.old-data-box li .news-img{width: 182px;height: 102px;flex-shrink: 0;overflow: hidden;}
.old-data-box li:hover .news-info .p-1 a{color: #2981ff;}
.new-content-r .old-data-box .news-info{ padding: 3px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.old-data-box .news-info .p-1 a{ font-size: 18px; color: #1c1d1f;transition: color 0.3s; }
.old-data-box .news-info .desc{ font-size: 14px; color: #626266; white-space: nowrap; text-overflow: ellipsis; display: block; }
.old-data-box .news-info samp{font-size: 14px;color: #acacac;}

/* 新闻中心-党群 */
.container {padding: 40px 0 48px 0}
.left-nav {width: 270px;border: solid 1px #eaebef;background-color: #ffffff;}
.left-nav .nav-top {color: #1c1d1f;font-weight: bold;font-size: 14px;line-height: 52px;padding-left: 30px;background-image: linear-gradient(59deg, #f3f5fb 0%, #f9fafd 100%);}
.left-nav li {line-height: 47px;color: #323235;padding-left: 30px;border-bottom: 0;}
.left-nav li:hover {background-color: #f7f7fa;color: #2981ff;}
.left-nav i {font-size: 16px;margin-right: 8px;width: auto;color: #bababc;}
.left-nav li:hover i,.left-nav li:hover a, .left-nav li.active a, .left-nav li.active a i {color: #2981ff;}
.right-content {max-width: 890px;padding: 0; width: calc(100% - 293px);}
.content-item li {height: 177px;padding: 20px;margin-bottom: 20px;box-sizing: border-box; border: solid 1px #eaebef;background-color: #ffffff;}
.content-item li .news-info {width: calc(100% - 260px);}
.news-img {width: 240px;height: 135px;background-color: #e9e9e9;overflow: hidden;border-radius: 2px;}
.news-img img {-o-object-fit: fill;object-fit: fill;}
.content-item li .item-info p {margin-bottom: 15px !important;margin-top: 11px;}
.content-item li .item-info p,.content-item li .item-info p a {font-size: 16px;color: #1c1d1f;}
.content-item li:hover .item-info p {color: #2981ff;}
.content-item li .item-info .desc {font-size: 14px;color: #626266;line-height: 22px;margin-bottom: 15px; }
.content-item li .news-info samp {color: #76787e;}
.content-item li:hover {border-color: #fff;box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.08);}
.page span{width: auto;height: auto;margin: 0 5px; line-height: normal;text-align: center;font-size: 12px;border: none; }
.page .count{margin-right: 15px; color: #999; }
.page a:hover{background-color:#2981ff;color:#fff; }

/* 新闻中心-详情 */
.news-detail{background-color: #f5f7fa;}
.news-detail-box {padding: 24px 0 80px; display: flex;align-items: flex-start;justify-content: space-between;}
.left-detail {background-color: #fff;padding: 30px 40px;}
.left-detail .top-back{margin-bottom: 22px;}
.left-detail .top-back li,.left-detail .top-back li a span{color: #93939a;display: inline-block;}
.left-detail .top-back li a:hover span{color: #2981ff;}
.left-detail .top-back span{color: #323235;}
.left-detail .top-back li:not(:last-child)::after { content: '>'; font-family: SimSun; margin: 0 9px; }
.detail-content h5 {font-family: MicrosoftYaHei; font-size: 24px; color: #1c1d1f; margin-bottom: 14px;}
.detail-content .renew-time{color: #acacac; font-size: 14px; margin-bottom: 28px;}
/* .detail-content .article-label {margin: 27px 0;} */
.detail-content .article-label span {display: inline-block; padding: 9.5px 36px;box-sizing: border-box; margin-bottom: 10px;margin-right: 10px;color: var(--color);border: 1px solid var(--color);
    background-image: linear-gradient(var(--linearStart), var(--linearStart)), linear-gradient(var(--linearEnd), var(--linearEnd));}
.article-detail {line-height: 22px;}
.other-articles {padding-top: 20px;border-top: 1px solid #eceff3;margin-top: 15px; }
.other-articles .p-article:first-child {margin-bottom: 16px;}
.other-articles .p-article a{ color: #626266; }
.other-articles .p-article span{ color: #2981ff; height: 28px; min-width: 52px;padding: 0 5px; display: inline-block; background-color: #e9f2ff; line-height: 28px; text-align: center; margin-right: 12px; }
.other-articles .p-article:hover a {color: #2981ff;}

/* 悬浮颜色补充 */
.pageup-or-pagedown-hover:hover{
    color: #2981ff;
}

.right-detail {width: 300px;}
.hot-article {width: 100%;min-height: 350px;box-sizing: border-box;background: url(/images/new_kkidc/about/hot-bg.png) 0 100% no-repeat;background-position: bottom right;background-color: #fff;padding: 25px 30px 25px 11px;}
.hot-article .hot-title {font-size: 16px;font-weight: bold;color: #1c1d1f;border-bottom: solid 1px #f0f3f7;padding: 0 9px 21px 9px;display: flex;}
.hot-article .hot-title img{margin-right: 18px;max-height: 19px; }
.hot-article .hot-title span{position: relative; top: -2px; }
.hot-article .hot-list {position: relative;padding: 19px 0;margin-left: 30px;}
.hot-article .hot-list li {position: relative;color: #93939a;line-height: 22px;cursor: pointer;z-index: 2;}
.hot-article .hot-list li a {color: #626266;font-size: 14px;}
.hot-article .hot-list li p {line-height: 26px;}
.hot-article .hot-list li:not(:last-child) {margin-bottom: 18px;}
.hot-article .hot-list li::before { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background-color: #b9c4d2; left: -16px; top: 9px; }
.hot-article .hot-list li:hover a {color: #2981ff;border-bottom: 1px solid #2981ff;}
.hot-article .hot-list li:hover::before {background-color: #2981ff;}
.hot-article .read-more {margin-left: 23px;width: 131px;margin-top: 18px;}
.dowload-file { padding: 19px 0 13px; color: #333333; }
.dowload-file .file-list .file-name:not(:last-child) {margin-bottom: 12px;}
.dowload-link {padding-left: 15px;margin-left: 15px;border-left: 1px solid #dce0e6; color: #2981ff;}
/* .dowload-link>*{display: inline-block !important;} */
.dowload-link:hover,.dowload-file .file-list .file-name .dowload-link:hover i{
    color: #0762e5;
}
.dowload-file .file-list .file-name .dowload-link i {color: #2981ff;}
.dowload-file .file-list .file-name i { color: #fea54f; }


/* 市场资讯 */
.market-detail .top-back{ margin-bottom: 42px; }
.market-detail .small-title{font-size: 14px;color: #acacac;margin-bottom: 42px;}
.market-detail .other-articles{ border-top: 1px solid #eceff3; }
.service-box{position: relative;height: 503px;top: -15px;background: url(/images/new_kkidc/about/article_content_bg.png) no-repeat;padding: 144px 10px 10px;box-sizing: border-box;display: flex;}
.service-box .service-btns{ display: flex; justify-content: space-between;margin-bottom: 10px; }
.service-box .service-btns a { height: 40px; line-height: 40px; text-align: center; flex: 1; color: #ffffff; display: flex; align-items: center; justify-content: center; }
.service-box .service-btns a img{ margin-right: 10px;max-width: 20px; }
.ta-service-box{ flex: 1; display: flex; flex-direction: column;min-width: 0; }
/* .ta-service-box .hot-list{ max-height: 230px; overflow: hidden; } */
.ta-service-box .hot-list li{ margin-bottom: 15px; }
.ta-service-box .hot-list li:nth-child(n + 5){ display: none; }
.ta-service-box .hot-list a{ color: #323235; font-size: 14px; margin-bottom: 7px; }
.ta-service-box .hot-list a:hover{ color: #2981ff; }
.ta-service-box .hot-list p{ font-size: 12px; color: #acacac; }
.ta-service-box .look-more{ color: #2981ff; }
.ta-service-box .look-more:hover{
    opacity: .8;
}
.market-detail .cloud-safety{ margin-top: 5px; padding: 19px 13px; box-sizing: border-box; background: url(/images/new_kkidc/about/yunanquan_bg.png) no-repeat; background-color: #fff; min-height: 279px; }
.market-detail .cloud-safety .more-article-title{ font-size: 16px; font-weight: bold; color: #1c1d1f; display: flex; align-items: center; border-bottom: 1px solid #f0f3f7; padding-bottom: 18px; }
.market-detail .cloud-safety .more-article-title img{ margin-right: 11px; }
.ta-article{ flex: 1;border-radius: 0px 12px 0px 0px;position: relative;background: url(/images/new_kkidc/about/ta_bg.png) no-repeat;background-color: #fff; padding: 35px 10px 16px 20px;display: flex;flex-direction: column;    background-size: auto 100%;}
.ta-article::before{ content: url(/images/new_kkidc/about/ta_tip.png); position: absolute; right: 0; top: 0; }
.ta-article::after{ content: "TA的文章"; position: absolute; color: #fff; font-size: 12px; right: 13px; top: 3px; }
.service-box .service-btns .connect-online {position: relative; background-image: linear-gradient(-90deg, #073fce 0%, #0759ce 100%); border-radius: 6px 6px 20px 6px; -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); }
.service-box .service-btns .connect-me { position: relative; border-radius: 20px 6px 6px 6px; background-image: linear-gradient(90deg, #fec368 0%, #e12d2c 100%); -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); margin-left: -7px; }
.service-box .service-btns .connect-me::after,
.service-box .service-btns .connect-online::after{
    opacity: 0;
    content: '\e601';
    font-family: 'iconfont';
    margin-left: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.service-box .service-btns .connect-me:hover { background-color: #f4a01ae5; }
.service-box .service-btns .connect-online:hover::after,
.service-box .service-btns .connect-me:hover::after{opacity: 1;}
.cloud-safety .cloud-list { display:flex;align-items: center;justify-content: space-between;flex-wrap: wrap; }
.cloud-safety .cloud-list .cloud-item {width: 33.33%;text-align: center;margin-top: 24px;}
.cloud-safety .cloud-list .cloud-item:hover {color: #2981ff;}
.cloud-safety .cloud-list .cloud-item .cloud-icon {display: flex;align-items: flex-end; width: 35px;height: 32px;margin: auto;margin-bottom: 12px; text-align: center;line-height: 32px;}
.latest-list .latest-list-item {padding-left: 20px;margin-bottom: 28px;}
.latest-list .latest-list-item:hover .activity-title{color: #2981ff;}
.latest-list .latest-list-item:last-child {border: none;margin-bottom: 0;}
.latest-list .latest-list-item .activity-title { position: relative;font-size: 14px;color: #1c1d1f;overflow: visible;font-weight: bold; }
.latest-list .latest-list-item .activity-title::before {content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background-color: #b9c4d2; left: -16px; top: 9px;}
.latest-list .latest-list-item p {font-size: 14px;color: #626266;line-height: 34px;}
.latest-list .latest-list-item .links-btn {font-size: 0;display: flex;align-items: center;justify-content: space-between;margin-top: 4px;}
.latest-list .latest-list-item .links-btn span {display: inline-block;width: 100%;height: 24px;text-align: center;line-height: 24px;font-size: 12px;color: #2981ff; background-color: #ecf1ff;margin-right: 10px;}
.service-name span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px 11px;
    background-color: #2474eb;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.service-name span::before{
    content: "";
    position: absolute;
    height: 9px;
    width: 15px;
    right: -6px;
    top: 0;
    background-color: #2474eb;
    border-radius: 0px 4px 6px 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.service-name{
    position: absolute;
    top: 74px;
}


.more-article {    padding: 25px 40px 2px; margin-top: 20px;font-family: MicrosoftYaHei;background: url(/images/new_kkidc/about/more_article.png) 0 100% no-repeat;background-color: #f1f4f9;border: 1px solid #fff;box-sizing: border-box; }
.more-article .more-article-title { position: relative;margin-bottom: 26px;display: flex; justify-content: space-between; }
.more-article .more-article-title span {position: relative;margin-left: 18px;font-size: 18px;font-weight: bold;color: #1c1d1f;}
.more-article .more-article-title a{font-size: 14px;color: #2981ff;}
.more-article .more-article-title a:hover{opacity: .8;}
.more-article .more-article-title::before {content: ''; position: absolute;width: 4px;height: 20px;top: 2px;left: 0;background-color: #2981ff; }
.more-article .more-article-list {display: flex;margin-bottom: 25px;}
.more-article .more-article-list .more-article-item{ flex: 1; min-width: 0; }
.more-article .more-article-list .more-article-index{ width: 26px; height: 26px; border-radius: 6px; background-color: #2981ff; color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 17px; }
.more-article .more-article-list .list-title {font-size: 14px;color: #323235;}
.more-article .more-article-list .content {color: #626266;line-height: 23px;margin: 8px 0;}
.more-article .more-article-list .author-time {color: #93939a;}
.more-article .more-article-list .author-time .author {margin-right: 34px;}
.more-article .more-article-list:hover .list-title {color: #2981ff;}
.read-more {display:block;width: 143px;height: 32px;line-height:32px;margin: auto;margin-top: 28px; text-align: center;color: #2981ff; border-radius: 4px;border: solid 1px #2981ff;}
.read-more:hover {background-color: #2981ff;color:#ffffff;cursor: pointer;}

.latest-activity {margin-top:20px;padding: 20px 13px;box-sizing: border-box; background: url(/images/new_kkidc/about/yunanquan_bg.png) no-repeat;background-color: #fff; background-position: bottom;}
.related-box .more-article-title{ font-size: 16px; font-weight: bold; color: #1c1d1f; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.related-box .more-article-title img{ margin-right: 11px;max-width: 20px; }
.latest-activity .swiper-container {height: 138px;background-color: #c7c7c7;}
.latest-activity .acticity-banner li {width: 100%;    background-size: 100%;}
.latest-activity .acticity-banner li a {display: block; width:100%;height:100%;}
.latest-activity .swiper-container {margin:20px 0;}
.swiper-paginations {position: absolute;bottom: 7px;left: 50%;transform: translateX(-50%);z-index: 2;}
.swiper-paginations .swiper-pagination-bullet {width: 22px;height: 4px;background-color: #ffffff;opacity: 0.2;border-radius: 0;margin-right: 8px;}
.swiper-paginations .swiper-pagination-bullet-active {opacity: 1;}

/* 小黄弹窗 */
.service-poup {position: fixed;top: 50%;left: 50%;display: flex;align-items: center;justify-content: center; padding: 20px;box-sizing: border-box; transform: translate(-50%,-50%); width: 416px;height: 179px;z-index: 999999; background-color: #ffffff;box-shadow: 0px 4px 19px 1px rgba(0, 0, 0, 0.16);}
.service-poup .avatar {width: 101px;height: 101px;margin-right: 20px;background-size: contain; background-image: url(../../images/service_img.png);}
.service-right .name {font-size: 18px;color: #333333;line-height: 1;}
.service-right .say {font-size: 14px;line-height: 1; color: #999999;margin: 9px 0 26px;}
.service-right .btns {padding: 9px 26px;box-sizing: border-box;margin-right: 10px;}
.service-right .btns:first-child {color: #666666;background-color: #c6c6c6;}
.service-right .btns:last-child {color: #FFFFFF;background-color: #2981ff;}
.service-close-btn {position: absolute;top: 20px;right: 20px; color: #c9ccd3;cursor: pointer;}
.service-close-btn:hover {color: #2981ff;}
.left-detail-all{ margin-right: 20px; flex: 1; min-width: 0; }

.m-date{
    display: none;
}
.mc-date{
    display: none;
}
.md-date{
    display: none;
}
.bottom-l-l .iconfont-iconclass{
    display: none;
}

.honor{overflow: hidden;}
/* .honor-swiper .swiper-honor-icon{ width: 82px; height: 82px; background-color: #ffffff; border-radius: 50%; border: solid 1px #eef0f5; display: inline-flex; justify-content: center; align-items: center; overflow: hidden; margin-bottom: 14px; } */
.honor .swiper-slide{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start;width: auto !important; }

.honor .swiper-center img {
    max-height: 60px;
}
.honor .swiper-container-free-mode{margin-bottom: 30px;}
.swiper-wrapper{
    transition-timing-function:linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.honor .swiper-center{text-align: center;line-height: 1;min-width: 100%;}

/* 补充样式 */

.playbofang{background: url(/images/new_website/about/new-bofang.png);background-size: cover;width: 153px;height: 40px;margin-left: 183px;}
.playbofang:hover{background: url(/images/new_website/about/new-bofang-hover.png);background-size: cover;width: 153px;height: 40px;margin-left: 183px;}

.paly-box{right: auto;top: 30.5%;}

.video-container::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));}

.ditu{max-width: 53.89%;top: 60px;}
/* .ditu img{max-height: 688px;} */
.ditu img{width: 100%;height: auto;overflow: hidden;}

.develop-title-p{display: inline-block;font-size: 36px;margin-right: 5px;position: relative;top: 3px;}



/* 发展简史补充样式 */
/* .develop-data-box{
    padding: 63px 91px 20px;
}
.develop-month-title{
    min-width: 83px;
    text-align: right;
} */
.develop-month-content {
    margin: 15px 0 16px 41px;
}
@media screen and (max-width: 1440px){
    .corporate-culture .culture-box{
        height: 355px;
    }
}
@media screen and (max-width: 1359px) {
    .corporate-culture .culture-box{
        height: 345px;
    }
}
@media screen and (max-width: 1366px) {
    .ditu {
        top: 20%;
    }
    .about-module-4 .about-title{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:1023px) { /*介绍页*/
    .banner.h600 .banner-info, .banner.h531 .banner-info{
        width: 89%;
        margin: 79px 0 0;
        position: static;
        text-align: justify;
    }
    .banner.h600 {
        height: 301px;
    }
    .banner-info>h2{
        font-size: 22px;
    }
    .banner-info > p{
        text-align: justify;
        margin: 16px 0 0;
    }
    .banner-ani {
        width: 100%;
        padding: 0 20px;
        align-items: flex-start;
    }
    .paly-box{
        top: 26%;
        right: 0;
        left: 0px;
    }
    .about-tab .tab-item p{
        display: none;
    }
    .about-tab .tab-item {
        padding: 0;
        font-size: 14px;
        height: 15px;
    }
    .about-tab::before{
        height: 0;
    }
    .about-tab ul{
        left: -15px;
        top: 50px;
        height: 50px;
    }
    .tab-item h2 {
        font-size: 14px;
    }
    .pc-date{
        display: none;
    }
    .m-date{
        display: block;
    }
    .m-date img{
        margin: 0 0 0 122px;
        width: 100px;
        height: 28px;
    }
    .paly-box .m-ten {
        margin-right: 42px;
    }
    .about-module-1{
        padding: 17px 0 14px;
    }
    .honor .swiper-container-free-mode{
        margin-bottom: 14px;
    }
    .about-content{
        width: 100%;
        min-width: auto;
        font-size: 14px;
        line-height: 23px;
        margin-right: 0;
        padding: 0 7px;
        text-align: justify;
    }
    .about-info-top{
        margin-bottom: 17px;
        flex-wrap: wrap;
        line-height: 23px;
    }
    .info_data li h4{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .info_data li p {
        font-weight: 500;
        font-size: 11px;
        color: #5D5D5D;
    }
    .info_data{
        width: 61%;
        left: 18px;
        top: 13px;
    }
    .info_data img {
        width: 345px;
    }
    .info_data li{
        width: 47%;
        margin-bottom: 9px;
    }
    .honor .swiper-slide{
        width: 106px;
        margin-right: 19px !important;
    }
    .honor-swiper p {
        font-size: 14px;
    }
    .about-module-2{
        padding: 31px 9px 50px;
        background-size: 100% 50%;
    }
    .about-module-2 .module-header h3{
        margin-bottom: 7px;
        font-size: 18px;
    }
    .about-module-2 .module-header p{
        line-height: 24px;
    }
    .about-module-2 .module-header{
        margin-bottom: 20px;
    }
    .corporate-culture {
        margin: 0 -22px 15px 0px;
        overflow-x: scroll;
    }
    .corporate-culture .culture-box{
        margin: 0;
        flex: none;
        width: 209px;
        height: 222px;
    }
    .m-corporate-culture{
        display: flex;
        justify-content: center;
    }
    .corporate-culture-item .corporate-in-detail{
        padding: 0 0 0 5px;
    }
    .corporate-culture .culture-box h4{
        font-size: 15px;
        margin: 7px 0 4px;
        font-weight: 500;
    }
    .corporate-culture .culture-box p{
        font-size: 12px;
        line-height: 18px;
    }
    .corporate-culture-item::after {
        right: 10px;
        bottom: -17px;
        font-size: 35px;
    }
    .corporate-culture::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
    .about-module-2 .module-header{
        margin-bottom: 0;
    }

    .m-down-culture{
        width: 6px;
        height: 6px;
        margin: 0 5px;
        border-radius: 50%;
        background: #E6E8EB;
    }
    .m-corporate-culture .active{
        background: #2981FF;
        box-shadow: 0px 2px 5px 0px rgba(41,129,255,0.36);
    }
    .items-box{
        flex-wrap: wrap;
        padding: 0 15px 0 20px;
    }
    .environment-item{
        margin-right: 0;
        flex: 0 0 48.5%;
    }
    .mc-date{
        display: flex;
    }
    .about-module-3 .about-title {
        padding: 7px 7px 13px 10px;
    }
    .about-title h4{
        font-size: 16px;
        line-height: 12px;
    }
    .about-title p{
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }
    .about-tab ul li {
        width: 31.8%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content1 img{
        height: 200px;
    }
    .content2 img{
        width: 100%;
        height: 93px;
    }
    .content1 {
        margin-bottom: 15px;
    }
    .yule::before {
        left: 12px;
        bottom: 10px;
    }
    .jieri::before {
        left: 12px;
        bottom: 10px;
    }
    .huodong::before {
        left: 12px;
        bottom: 10px;
    }
    .xiuxian::before {
        left: 12px;
        bottom: 10px;
    }
    .jianshen::before {
        left: 12px;
        bottom: 10px;
    }
    .content2 .about-title h4::after{
        width: 21px;
        height: 4px;
        bottom: 0px;
        margin-left: 6px
    }
    .about-module-3{
        padding-bottom: 26px;
    }
    .about-module-4{
        background: #F5F7FA;
        padding: 40px 0 0;
    }
    .m-ditu{
        position: static;
        margin-bottom: 10px;
    }
    .contact-l {
        width: 100%;
    }
    .about-module-4 .about-title{
        margin: 0 5px 15px;
    }
    .contact-l .about-title h4::after{
        width: 15px;
        bottom: 0;
        height: 4px;
        margin-left: 10px;
    }
    .about-title h4{
        margin-bottom: 12px;
        white-space: nowrap;
        letter-spacing: -0.5px;
    }
    .about-module-4 .contact-us{
        padding: 10px 10px 0;
        margin: 0 5px;
        background: #FFF;
    }
    .contact-item {
        padding: 20px 18px 20px 30px;
    }
    .contact-item .contact-item-title{
        font-size: 15px;
        line-height: 12px;
        margin-bottom: 0;
    }
    .contact-item .contact-item-title p{
        display: none;
    }
    .contact-item .contact-item-title::before{
        top: auto;
    }
    .contact-item .contact-way-item ul {
        margin-top: 6px;
    }
    .care-us{
        background: #FFF;
    }
    .md-date{
        display: flex;
        flex-wrap: wrap;
        margin-top: 39px;
    }
    .care-us-title{
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        color: #1C1D1F;
        line-height: 12px;
        margin: 41px 15px 23px;
    }
    .m-bottom{
        width: 100%;
        display: flex;
        padding: 0 25px 40px 15px;
    }
    .bottom-l{
        flex: 0 0 60.7%;
    }
    .bottom-r{
        padding: 0 0 0 5.8%;
        flex: 0 0 33.5%;
    }
    .bottom-l-l{
        display: flex;
        padding: 15px 10px;
        border-bottom: 1px solid #E6EAF0;
    }
    .bottom-l-img{
        display: flex;
        align-items: center;
    }
    .bottom-l-img a{
        display: flex;
        align-items: center;
    }
    .bottom-l-img img{
        width: 20px;
        height: 20px;
    }
    .bottom-l-title{
        display: flex;
        font-size: 13px;
        margin-left: 12px;
        line-height: 12px;
        align-items: center;
    }
    .iconfont-iconclass{
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .bottom-l-l .iconfont{
        font-size: 11px;
    }
    .active .iconfont-iconclass{
        display: flex;
    }
    .bottom-r-1{
        display: none;
    }
    .bottom-r-2{
        display: none;
    }
    .bottom-r-3{
        display: none;
    }
    .bottom-r-4{
        display: none;
    }
    .bottom-r .active{
        display: block;
    }
    .bottom-r .active img{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .bottom-r .bottom-r-tit{
        text-align: center;
        font-size: 15px;
        color: #626266;
        line-height: 20px;
        margin-top: 11px;
    }

    .honor-swiper .swiper-honor-icon {
        width: 42px;
        height: 42px;
    }
    .honor-swiper .swiper-honor-icon img{
        height: 25px;
    }
    /* .corporate-culture .culture-box::after{
        left: 50px;
    } */
    .corporate-culture .culture-box:not(:last-child){
        margin: 20px 15px 0 0;
    }
    .corporate-culture .culture-box{
        margin: 20px 0 0 0;
        flex: none;
        width: 209px;
        height: 222px;
    }
    .about-module-2{
        padding: 31px 7px 50px;
        background-size: 100% 50%;
    }
    .contact-way-item ul p{
        color: #626266;
    }
    .contact-way-item ul a{
        color: #626266;
        word-wrap:break-word;
    }
    .contact-way-item ul span{
        color: #626266;
    }
    .contact-item {
        padding: 20px 18px 20px 26px;
    }
    .contact-item .contact-item-title::before{
        /* content: url(/images/new_kkidc/about/m-icon_dizhi.png); */
        content: '';
        left: -26px;
    }
    .contact-item-title .m-show{
        position: absolute;
        width: 14px;
        left: -26px;
    }
    .bottom-l-l .iconfont {
        font-size: 10px;
        color: #BDC4CF;
        font-weight: bold;
    }
    .bottom-l-img .act-img{
        display: none;
    }
    .bottom-l-img .otr-img{
        display: block;
    }
    .active .act-img{
        display: block;
    }
    .active .otr-img{
        display: none;
    }

    .honor-swiper-6 .swiper-center{
        font-size: 0;
        line-height: 16px;
        width: auto;
        zoom: .5;
    }
    .honor .honor-swiper-6 .swiper-slide{
        margin-right: 15px !important;
    }
    .contact-way-item ul li{
        line-height: 24px;
    }
    .swiper-center img {
        height: 62px;
    }
    .info_data{
        display: flex;
    }
}
/* 资讯详情页 */
@media screen and (max-width:1023px) {
    .service-box {
        position: relative;
        height: 404px;
        top: 0px;
        background: url(/images/new_kkidc/about/m_article_content_bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 61px 10px 10px;
        box-sizing: border-box;
        display: flex;
        margin: 0 15px;
        margin-bottom: 25px;
    }
    .ta-article{
        background: #eff1f6;
        padding: 33px 13px 20px;
        flex: 1;
        max-height: 285px;
        box-sizing: border-box;
    }
    .rentou{ flex: 1;position: relative;display: flex;flex-direction: column;
    justify-content: flex-end;}
    .service-box::before{
        content: "";
        position: absolute;
        right: 5px;
        top: -23px;
        width: 165px;
        height: 160.5px;
        background: url(/images/new_kkidc/about/rentou.png) no-repeat;
        background-size: 100% 100%;
    }
    .service-box .service-btns a {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        flex: 1;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service-box .service-btns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        margin-right: 150px;
    }
    .service-box .service-btns .connect-me {
        border-radius: 13px 3px 3px 3px;
        margin-left: 5px;
        background: rgba(0, 0, 0, 0);
        width: 105px;
    }
    .service-box .service-btns .connect-online {
        border-radius: 3px 3px 13px 3px;
        background: rgba(0, 0, 0, 0);
        margin-left: -6px;
        width: 120px;
    }
    .m-service-btns-r {
        background: url(/images/new_kkidc/about/m-l-about.png) no-repeat;
        background-size: auto 100%;
        width: 114px;
        z-index: 9;
    }
    .m-service-btns-l {
        background: url(/images/new_kkidc/about/m-r-about.png) no-repeat;
        background-size: auto 100%;
        width: 114px;
        z-index: 1;
    }

    .service-box .service-btns a img{
        max-width: 15px;
        margin-right: 8px;
    }
    .service-name {
        position: absolute;
        top: 15px;
        /* left: 144px; */
        right: 151px;
    }
    .service-name span {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        padding: 8px 11px;
        background-color: #2474eb;
        box-sizing: border-box;
        border-radius: 4px;
        position: relative;
    }
    .service-name span::before {
        content: "";
        position: absolute;
        height: 9px;
        width: 15px;
        right: -6px;
        top: auto;
        bottom: 0;
        background-color: #2474eb;
        border-radius: 0px 6px 4px 0px;
        -webkit-clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
    }
    .m-crumbs, .m-crumbs a{
        font-size: 12px;
        color: #93939a;
        line-height: 1;
    }
    .m-crumbs{
        padding: 20px 15px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .m-detail-content{
        margin: 0 15px;
        margin-bottom: 20px;
    }
    .m-detail-content h5 {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        line-height: 26px;
        color: #1c1d1f;
        margin-bottom: 4px;
    }
    .m-detail-content .small-title{
        font-size: 12px;
        color: #93939a;
        margin-bottom: 20px;
    }
    .article-detail {
        line-height: 23px;
        margin-bottom: 15px;
        /* padding: 20px 0;
        box-sizing: border-box; */
        /* border-bottom: 1px solid #e6eaf0; */
    }
    .dowload-file {
        padding: 30px 0;
        color: #333333;
    }
    .dowload-file {
        padding: 0;
        margin-bottom: 15px;
        color: #333333;
        line-height: 23px;
    }
    .other-articles .p-article span {
        color: #2981ff;
        height: 25px;
        min-width: 52px;
        padding: 0 5px;
        display: inline-block;
        background-color: #e9f2ff;
        line-height: 25px;
        text-align: center;
        margin-right: 12px;
        font-size: 12px;
    }
    .other-articles .p-article a{
        font-size: 14px;
        color: #323235;
    }
    .m-news-detail .more-article{
        padding: 20px  15px;
        margin: 0 ;
        border: none;
        background: #fff;
    }
    .m-news-detail .more-article .more-article-list{
        display: flex;
        margin-bottom: 16px;
        flex-direction: column;
        border-bottom: 1px solid #e7eaef;
        padding-bottom: 16px;
        box-sizing: border-box;
    }
    .more-article .more-article-list .content{
        font-size: 13px;
        line-height: 19px;
        margin: 5px 0;
    }
    .more-article .more-article-list .author-time .author{
        font-size: 11px;
        margin-right: 10px;
    }
    .more-article .more-article-list .author-time .time{
        font-size: 11px;
    }
    .detail-top{background-color: #fff;}
    .other-articles{
        padding: 20px 0 ;
    }
    .more-article .more-article-title::before {
        content: '';
        position: absolute;
        width: 3px;
        height: 17px;
        top: 0;
        left: 0;
        background-color: #2981ff;
    }
    .more-article .more-article-title span {
        position: relative;
        margin-left: 12px;
        font-size: 17px;
        font-weight: bold;
        color: #1c1d1f;
        line-height: 1;
    }
    .more-article .more-article-list:hover .list-title{
        font-size: 16px;
        color: #1c1d1f;
    }
    .m-read-more{
        font-size: 12px;
        color: #2981ff;
        line-height: 1;
    }
    .m-read-more:hover{
        opacity: .8;
    }
    .latest-activity .swiper-container{
        height: 182px;
    }
    .latest-activity .more-article-title{
        font-size: 17px;
    }
    .latest-list .latest-list-item .links-btn {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0px;
    }
    .latest-list .latest-list-item .links-btn span {
        display: inline-block;
        width: auto;
        height: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #2981ff;
        background-color: #ecf1ff;
        margin-right: 10px;
        padding: 0 10px;
    }
    .latest-activity,.cloud-safety {
        margin-top: 20px;
        padding: 20px 15px;
        box-sizing: border-box;
        background: #fff;
    }
    .latest-list .latest-list-item .activity-title{
        font-size: 16px;
        font-weight: 500;
    }
    .latest-list .latest-list-item .activity-title::before{
        width: 5px;
        height: 5px;
    }
    .latest-list .latest-list-item p{
        font-size: 12px;
        color: #93939a;
        line-height: 23px;
        margin: 4px 0;
    }
    .cloud-list  table {
        border-collapse: collapse;
        border: 1px solid #ebedf0;
        width: 100%;
        background-color: #fff;
    }
    .cloud-list  table td {
        border: 1px solid #ebedf0;
        /* width: 33.3333%; */
        /* height: 100px; */
    }
    .cloud-list  table td .section-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cloud-safety .cloud-list .cloud-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: auto;
        margin-top: 0;
        padding: 19px 0;
    }
    .cloud-list  table td .section-icon a img {
        max-width: 25px;
    }
    .cloud-safety .cloud-list .cloud-item .m-cloud-icon {
        margin-bottom: 4px;
    }
    .cloud-safety .more-article-title{margin-bottom: 20px;}
    .ta-service-box .hot-list li {
        margin-bottom: 12px;
    }
    .ta-service-box .hot-list li:nth-child(n + 5){
        display: none;
    }
    .other-articles .p-article{
        display: flex;
        align-items: baseline;
    }


    /* 新闻中心列表 */
    /* .m-content .content-item li{
        height: auto;
        padding: 16px 15px;
        margin-bottom: 0;
        box-sizing: border-box;
        border: solid 1px #eaebef;
        background-color: #ffffff;
        display: flex;
    }

    .m-content .news-img{
        width: 120px;
        height: 69px;
        background-color:transparent;
    }
    .m-content .news-img img{
        margin: 0;
        width: 100%;
        height: auto;
    }
    .m-content .content-item li .news-info {
        width: auto;
        flex: 1;
        margin-right: 25px;
    }
    .content-item li .item-info .news-title a{
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
    }
    .content-item li .item-info .news-title{margin: 0 !important;} */

    .m-container .m-nav-list{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        box-shadow: 0px 4px 7px -4px #dfe2e5;
        border-bottom: solid 1px rgba(225, 229, 235, .8);
        margin-bottom: 8px;
    }
    .m-container .m-nav-list .m-nav-item {
        display: inline-block;
        margin-right: 15px;
        padding: 0 15px;
        color: #1c1d1f;
        font-size: 14px;
    }
    .m-container .m-nav-list .m-nav-item a{
        position: relative;
        line-height: 45px;
        display: block;
    }
    .m-container .m-nav-list .m-nav-item.active a::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #2981ff;
    }
    .m-news-list .m-news-item {
        padding: 14px 0 17px;
        margin: 0 15px;
        box-sizing: border-box;
        border-bottom: solid 1px #eaebef;
        background-color: #ffffff;
        display: flex;
    }
    .m-news-list .m-news-item .news-img{
        width: 120px;
        height: 69px;
        border-radius:0%;
        /* background-color:transparent; */
    }
    .m-news-list .news-info{
        width: auto;
        flex: 1;
        margin-right: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .m-news-list .m-news-title{
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
        color: #1c1d1f;
    }
    .m-news-list .m-news-time{
        font-size: 11px;
        color: #93939a;
    }
    .m-news-list .show-more{
        margin: 15px 0;
    }

    /* 党群 */
    .partyBuilding .container-wrapper{
        background: #fff;
    }

    /* 新闻中心详情 */
    .m-content-box{
        padding: 0 15px;
        box-sizing: border-box;
        background-color: #fff;
        margin-bottom: 15px;
    }
    .m-content-box .m-title{
        font-size: 18px;
        color: #1c1d1f;
        margin-bottom: 10px;
        line-height: 1.5em;
        letter-spacing: 0.5px;
    }
    .m-content-box .m-time{
        font-size: 12px;
        color: #93939a;
    }
    .m-content-box .m-article-detail {
        padding: 16px 0;
        font-size: 14px;
        color: #626266;
        line-height: 23px;
        word-wrap: break-word;
    }
    .m-news-detail{
        background: #f6f7fb;
    }
    .m-hot-box{
        background-color: #fff;
    }

    .m-hot-box .hot-title img{max-height: 14px;margin-right: 8px;}
    .m-hot-box .hot-title{
        font-size: 17px;
        font-weight: bold;
        color: #1c1d1f;
        margin: 0 15px;
        padding-top: 20px;
    }
    .m-hot-box .hot-list li{
        border-bottom: 1px solid #e7eaef;
        padding: 17px 15px;
    }
    .m-hot-box .hot-list li:last-child{
        border-bottom: none;
    }
    .m-hot-box .hot-list li .hot-list-title{
        font-size: 16px;
        color: #1c1d1f;
        margin-bottom: 6px;
    }
    .m-hot-box .hot-list li .hot-list-text{
        font-size: 13px;
        line-height: 19px;
        color: #626266;
        margin-bottom: 9px;
    }
    .m-hot-box .hot-list li .m-news-time{
        font-size: 11px;
        color: #93939a;
    }

    /* 发展简史 */
    .m-year-steps{
        height: 45px;
        background-color: #ffffff;
        box-shadow: 0px 6px 16px 0px
        rgba(199, 208, 222, 0.25);
        position: relative;
        padding: 0 50px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .m-year-steps li{
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        color: #1c1d1f;
        font-weight: normal;
    }
    .m-year-steps li.on{
        font-weight: bold;
    }
    .m-year-steps li.on::before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background-color: #2981ff;
    }
    .m-swiper-button-next, .m-swiper-button-prev {
        position: absolute;
        top: 0;
        width: 40px;
        height: 100%;
        z-index: 10;
        cursor: pointer;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m-swiper-button-next i, .m-swiper-button-prev i{
        font-weight: bolder;
        color: #dee1e7;
    }
    .m-swiper-button-next i:hover, .m-swiper-button-prev i:hover{
        color: #444a58;
    }
    .m-swiper-button-next i{
        transform:  rotate(180deg);
    }
    .m-swiper-button-next{
        right: 0;
        left: auto;
        box-shadow: 5px 0px 16px rgba(0, 0, 0, 0.2)
    }
    .m-swiper-button-prev{
        left: 0;
        right: auto;
        box-shadow: -5px 0px 16px rgba(0, 0, 0, 0.2)
    }
    .m-develop-module{
        background-color: #fff;
    }
    .m-develop-data{
        height: 590px;
        box-shadow: 0px 3px 12px 0px
        rgba(18, 51, 100, 0.08);
        border-radius: 16px 16px 0px 0px;
        margin: 15px 15px 22px;
        padding: 20px 0 20px 20px;
        box-sizing: border-box;
        background-image: url(/images/new_kkidc/about/m-text-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 calc(100% + 40px);
        background-color: #fcfcfc;
    }
    .m-develop-data .develop-content{
        height: 100%;
        overflow-y: auto;
    }

    .m-develop-data .d-items .month-box{
        border-bottom: 1px solid #e1e5eb;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .month-box:not(.m-develop-data .d-items :has(+ .month-box)) {
        border: none;
    }
    .m-develop-data .month-box .month-title{
        font-size: 14px;
        color: #1c1d1f;
        font-weight: bold;
        position: relative;
        margin-bottom: 13px;
        display: inline-block;
    }
    .m-develop-data .month-box .month-title::after{
        content: "";
        position: absolute;
        width: 32px;
        height: 10px;
        right: -40px;
        top: 4px;
        background-image: url(/images/new_kkidc/about/m-title-tip.png);
        background-size: cover;
    }
    .m-develop-data .month-box .month-title span{
        font-size: 20px;
    }
    .month-content p{
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        font-size: 13px;
        line-height: 21px;
        color: #323235;
        margin-bottom: 8px;
    }
    .month-content p::before{
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: 8px;
        background-color: #323235;
        border-radius: 50%;
    }
    .m-develop-data .develop-content::-webkit-scrollbar{
        background-color: rgba(0,0,0,0);
        width: 4px;
    }
    .m-develop-data .develop-content::-webkit-scrollbar-thumb {
        background-color: #bdc4cf;
    }

    .m-develop-data .develop-content{
        padding-right: 20px;
        scrollbar-color: #bdc4cf rgba(0,0,0,0);
    }
    .service-poup{
        padding: 20px 11px;
        width: 360px;
    }
    .service-right .btns {
        padding: 9px 18px;
    }

    .service-box .service-btns .connect-online::after,
    .service-box .service-btns .connect-me::after{content: "";}
    .service-box .service-btns .connect-online:hover::after,
    .service-box .service-btns .connect-me:hover::after{opacity: 0;;}

    .environment-bg::before{
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
    }
    .corporate-culture .hover-state{
        top: -8px;
    }
    .corporate-culture .hover-state::before {
        opacity: 1;
    }
    .corporate-culture .hover-state::after{
        opacity: 1;
    }
    .corporate-culture .hover-state img{
        filter: none;
    }
    .corporate-culture .culture-box:last-child {
        margin-right: 20px;
    }
    .pc-show {
        display: none !important;
    }
    .dowload-file .m-fl-fw{
        font-weight: 500;
        margin-bottom: 6px;
        width: 50%;
    }
    .file-list .file-name .iconfont{
        margin-right: 2px;
    }


    /* 补充因PC端修改导致的样式问题 */
    .about-tab{
        background: rgba(0, 0, 0, 0);
    }
    .m-tab-bg{
        width: 100%;
        height: 50px;
        position: relative;
        top: -50px;
        z-index: 1;
        background: url(/images/new_kkidc/about/new-tab-bg-m.png);
        background-size: 100% 100%;
    }
    .about-tab ul li{
        /* background-color: #2981ff; */
    }
    .about-tab::before{
        /* background-color: #2981ff; */
    }
    .about-tab ul li:last-child{
        /* border-radius: 0 30px 0 0; */
    }
    .banner .swiper-slide {
        /* background-image: url(/images/new_kkidc/about/about-banner.jpg); */
    }
    .banner .swiper-slide video{
        top: 80%;
    }
    .corporate-culture-item img{
        filter: grayscale(100%);
    }
    .m-develop-data .month-box .month-title .month-title-p{
        display: contents;
        font-size: 17px;
    }
    .m-develop-data .month-box .month-title::after{
        top: 7px;
    }
    .ta-article::after{
        top: 4px;
    }
    .info-r {
        display: none;
    }
    .m-container .m-nav-list::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }
}
@media screen and (max-width:768px) {
    .banner .swiper-slide video {
        top: 50%;
        height: 435px;
    }
}