body,
html {

    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    overflow: auto;

}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0px;
}


/*各模块通用*/
.index-module-container {
    padding-top: 40px;
    padding-bottom: 50px;
}

.index-module-row {
    padding-top: 20px;
}

.index-module-title {
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
}

.index-module-desc {
    color: #72839a;
    padding: 0 180px;
    font-size: 16px;
}

.index-module-link {
    color: #0267CA;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
.index-module-link-caret{
    margin-left: 8px;
}
.index-module-link:hover .index-module-link-caret{
    margin-left: 8px;
}
.text-white {
    color: white;
}

/*==========================================
    导航栏
===========================================*/
.navbar-sticky {
    box-shadow: 0px 0px 30px 0px rgb(105 105 105 / 20%);
    position: -webkit-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 999;
    padding: 0px;
}

.header-left {
    padding-left: 40px;
    padding-right: 40px;
}

.header-left .logo {
    width: 180px;
    /* margin-top: 10px; */
}

.nav-item {
    padding-right: 40px;
    cursor: pointer;
}

.nav-link {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #040c2c;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s;
}

.nav-link:hover {
    border-bottom: 3px solid#0267CA;
    ;
    color: #0267CA;
    ;
    font-weight: bold;
}
.nav-link.active{
    border-bottom: 3px solid#0267CA;
    ;
    color: #0267CA;
    ;
    font-weight: bold;
}

.header-right {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.login-block {
    display: flex;
}

.login-btn {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #040c2c;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}

.register-btn {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0267CA;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}



/*==========================================
    平台能力计数模块
===========================================*/
.count-center-block {
    flex: 1;
    display: flex;
    width: 65%;
    justify-content: flex-end;
    transform: translateY(-70px);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 1), #fff);
    box-shadow: 0 5px 20px 5px rgba(45, 108, 170, .116);
    border-radius: 5px;
    margin: 0 auto;
}

.section-dev-level-head-title-line {
    height: 57px;
    width: 1px;
    background-color: #cecfd1;
    margin: 35px 0px;
    padding: 0px;
}

.count-center-block .count-num-item {
    width: 400px;
    height: 132px;
    padding: 20px 24px;
    text-align: center;
}

.count-center-block .count-num-item h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #040c2c;
    margin-top: 5px;

}

.count-center-block .count-num-item strong {
    font-size: 34px;
    line-height: 60px;
    font-weight: 600;
    color: rgba(4, 12, 44, .85);
}

/*==========================================
    平台能力计数模块2（废弃）
===========================================*/
.index-numbers[data-v-6926f76f] {
    position: sticky;
    height: 150px;
    background: #f0f3ff;
    color: #040c2c;
}

.index-numbers .center-block[data-v-6926f76f] {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.index-numbers .left-block h3[data-v-6926f76f] {
    margin: 50px 0 12px;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
}

.index-numbers .right-block[data-v-6926f76f] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-40px);
}

.index-numbers .num-item[data-v-6926f76f] {
    width: 260px;
    height: 162px;
    padding: 28px 24px;
    margin-left: 40px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .3);
}

.index-numbers .num-item h4[data-v-6926f76f] {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #040c2c;
}

.index-numbers .num-item strong[data-v-6926f76f] {
    font-size: 32px;
    color: rgba(4, 12, 44, .85);
    line-height: 60px;
    font-weight: 600;
}

/*==========================================
    平台能力计数模块3（废弃）
===========================================*/
.count-container {
    box-shadow: 0px 0px 30px 0px rgb(105 105 105 / 20%);
}

.count-row {
    margin: 0px;
    height: 100px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.count-block {
    display: flex;
    text-align: center;
}

.count-item-img {
    -ms-flex: 2 1;
    flex: 2 1;
    width: 40px;
    height: 40px;
    line-height: 65px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    text-align: right;
}

.count-item-title {
    -ms-flex: 5 1;
    flex: 5 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.count-item-title-num {
    font-size: 31.7801px;
    font-weight: 500;
}

.count-item-title-sub {
    font-size: 15.7949px;
}

/*==========================================
   平台定位模块
===========================================*/
.position-card {
    width: 70%;
    margin: 0px auto;
    border: 0px;
    padding: 40px 20px;
}

.position-card-box {
    overflow: hidden;
    height: 160px;
}

.position-card-img {
    height: 120px;
    margin-top: 20px;
    width: auto;
}

.position-card:hover .position-card-img {
    transition: 1s;
    transform: scale(1.2);
}

.position-card:hover .position-card-title {
    color: #0d4072
}

.position-card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    font-family: Microsoft YaHei;
}

.position-card-text {
    text-align: justify;
    color: #72839a;
    height: 100px;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
}

/*==========================================
   解决方案模块
===========================================*/

.case-container {
    background: url("../images/project-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
    padding-top: 50px;
}

.case-container:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1F4E79;
    opacity: .85;
    z-index: -1;
}

.cases-card {

    z-index: 2;
    height: 380px;
    box-shadow: 0 5px 20px 5px rgba(45, 108, 170, .116);
    border: 0px;

    margin: 0 10px;
}

.cases-card-box {
    overflow: hidden;
    height: 190px;
}

.cases-card:hover:before {
    opacity: 1;
}

.cases-card:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -2px;
    background: -webkit-linear-gradient(21deg, #5F86CD 0%, #2975FF 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cases-card:after {
    border-bottom: 5px solid #e9f0fb;
}

.cases-card:after {
    border-right: 5px solid #e9f0fb;
}

.cases-card:hover .cases-card-title {
    color: white;
}

.cases-card:hover .cases-card-text {
    color: #f9f9f9;
}

.cases-card:hover .cases-card-img {
    transition: 1s;
    transform: scale(1.1);
}

.cases-card:hover .cases-card-btn {
    color: #0064eb;
    background: white;
    border: 0;
    font-weight: 500;
}

.cases-card-img {
    display: inline-block;
}

.cases-card-title {
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.cases-card-text {
    text-align: left;
    color: #72839a;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.cases-card-btn {
    padding: 8px 20px;
}

/*==========================================
   应用商城模块
===========================================*/
.shop-container {
    padding-bottom: 40px;
    padding-top: 30px;
}

.shop-card {
    width: 200px;
    height: 200px;
}

.shop-imgbg-div {
    background: url('../images/shape-2.png') 10% 15% no-repeat;
}
.shop-card:hover {
    background-color: #FFFFFF;
}
/*==========================================
.shop-card:hover {
    background-color: #005cea;
}
===========================================*/
.shop-card:hover img {
    transition: 1s;
    transform: scale(1.1);
}


/*==========================================
   行业智库模块
===========================================*/
.think-container {
    height: 720px;
    background: url("../images/testi-bg.png") center center no-repeat;
    background-size: cover;
    background-color: #edf3fe;
    padding-top:20px;
}

.think-card {
    background-color: white;
    height: 500px;
    margin-top: 20px;
    border-radius: 15px;
}

.think-card-row {
    padding: 50px 140px;
}

.think-card-img {
    box-shadow: 5px 5px 30px 15px rgba(45, 108, 170, .116);
    height: 400px;
    width: auto;
}

.think-card-desc {
    padding-left: 50px;
}

.think-card-title {
    text-align:
        left;
    font-weight: 800;
}

.think-card-time {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.think-card-text {
    height: 230px;
    margin-top: 20px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.think-card-btn {
    float: right;
    padding: 10px 40px;

}

/*==========================================
   新闻资讯模块
===========================================*/
.news-container{
    padding-bottom: 40px;
    padding-top: 80px;
}
.news-card {
    height: 505px;
    box-shadow: 0 5px 20px 5px rgba(45, 108, 170, .116);
    border: 0px;
}

.news-card-box {
    overflow: hidden;
    height: 380px;
}

.news-card-box img {
    height: 380px;
}

.news-card-box-title {
    position: relative;
    margin-top: -80px;
    height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    padding: 25px 20px 20px;
}

.news-card-body {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 0px;
    height: 80px;
}

.news-card-body .time {
    width: 128px;
    padding-right: 30px;
    text-align: right;
    border-right: 1px solid #e0e0e0;
}

.news-card-body .day {
    color: #2e2e2e;
    font-size: 28px;
    line-height: 38px;
}

.news-card-body .year {
    color: #828282;
    font-size: 20px;
    line-height: 30px;
}

.news-card-body .summary {
    margin-left: 128px;
    padding: 7px 25px 11px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-top: -65px;

}

.news-list .item {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 20px 5px rgba(45, 108, 170, .116);
    border-left: 1px solid #e2e2e2;
    padding: 17px 15px 17px 20px;
    margin-bottom: 10px;
    text-align: left;
}

.news-list .item:hover {
    background: rgba(112, 199, 250, 0.8);
}

.news-list .item .title a {
    color: #222;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    max-width: 100%;
}

.news-list .item .info {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    color: #222;
    overflow: hidden;
}



/*==========================================
   新闻资讯模块22222222
===========================================*/
.info_left_con {
    padding: 30px;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    text-align: left;
}

.info_left_con:hover {
    background-color: #007cfb;
}

.info_left_con:hover .info_left_title {
    color: white;
}

.info_left_con:hover .info_left_detail {
    color: white;
}

.info_left_con:hover .info_left_date {
    color: white;
}

.info_left_img {
    width: 100%;
    height: 218px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.info_left_title {
    margin-top: 19px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.info_left_detail {
    height: 88px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}

.info_left_date {
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.info_right_con {
    text-align: left;
    padding-bottom: 5px;
    box-shadow: 4px 8px 16px -2px rgba(0, 0, 0, .1);
}

.info_right_item {
    padding: 15px 40px 20px;
    display: block;
}

.info_right_item:hover {
    background-color: #007cfb;
}

.info_right_item:hover .info_right_title {
    color: white;
}

.info_right_item:hover .info_right_detail {
    color: white;
}

.info_right_item:hover .info_right_date {
    color: white;
}

.info_right_item .info_right_title {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_right_item .info_right_detail {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info_right_date {
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

/*底部栏*/
.footer-container {
    height: 250px;
    background-color: #2e3033;
    color: white;
    padding: 30px;
    margin-top: 40px;
}

.footer-module-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.footer_contact {
    height: 35px;
    margin-left: 30px;
}

.footer_contact .footer_icon {
    font-size: 18px;
}

.footer_contact .footer_info {
    height: 40px;
    margin-left: 20px;
    font-size: 14px;
}

.footer_info_QR_title {
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 14px;

}

.footer_info_QR_div {
    margin-top: 20px;
    text-align: center;
    margin-right: 30px;
}

.footer_info_QR_img {
    height: 120px;
    width: auto;
}

.footer-link {
    padding-left: 40px;
}

.footer-link-li {
    line-height: 25px;
    margin-left: 20px;
}

.footer-bottom {
    background-color: #27292b;
    line-height: 50px;
    height: 50px;
    color: #8c94a3;
    text-align: center;
}

/* 面包屑 */
.breadcrumbs {
    padding: 15px 0px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 16px;
    color: #737373;
}

.breadcrumbs>li {
    display: inline-block;
}

.breadcrumbs>li+li:before {
    padding: 0 3px;
    content: '>';
}

.breadcrumbs>li a {
    color: #737373;
}

.breadcrumbs>.active span {
    color: #0267CA;
}

/* 详情页 */
.detail-page .detailbox {
    width: calc(100% - 115px);
}

.detail-page .content-title {
    color: #232323;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
}

.detail-page .infobox {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 20px;
}

.detail-page .infobox .source {
    margin-right: 40px;
}

.detail-page .infobox .size {
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    background-color: #d6d6d6;
}

.detail-page .infobox .size.on {
    background: #e61a1e;
}

.detail-page .infobox .print {
    color: #515151;
    font-size: 16px;
}

.detail-page .content-summary {
    border-top: 1px solid #eee;
    padding: 15px 20px 10px 60px;
    background: #fcfaf5 url(../../images/index/icon9.png) no-repeat 30px 16px;
    color: #a7a090;
    font-size: 16px;
    line-height: 28px;
}

.detail-page .content {
    padding: 20px 50px 30px 30px;
}

/* .detail-page .content.font14{font-size: 14px;}
.detail-page .content.font16{font-size: 16px;}
.detail-page .content.font18{font-size: 18px;} */
.detail-page .content.font20 {
    font-size: 20px;
}

.detail-page .xgnrbox {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px;
}

.detail-page .xgnrbox .word {
    color: #515151;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0px;
}

.detail-page .xgnrbox .word span {
    font-size: 14px;
    margin-right: 10px;
    padding: 0px 20px;
    background-color: #f8f8f8;
    border-radius: 15px;
    display: inline-block;
    color: #999999;
}

.detail-page .xglist .item {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0px 5px;
}

.detail-page .xglist .item:last-child {
    border: none;
}

.detail-page .xglist .item .title a {
    display: inline-block;
    max-width: calc(100% - 100px);
    color: #4f4f4f;
    font-size: 18px;
    line-height: 24px;
}

.detail-page .xglist .item .title a:hover {
    color: #23a772;
}

.detail-page .xglist .item .title .time {
    color: #a2a2a2;
    font-size: 14px;
    line-height: 24px;
}

.detail-page .xglist .item .summery {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0px;
}