.lead {
    margin-top: 70px;
    min-height: 800px;
    display: flex;
    justify-content: space-around;
}

.lead .left {
    position: relative;
    width: 50%;
    background: url('/static/images/left_bg.png') no-repeat bottom right, linear-gradient(179deg, #F2F5F8 0%, rgba(225, 232, 239, 0.00) 89%);
}

.lead .left .leftContent {
    padding: 90px 50px;
    position: absolute;
    width: 400px;
    right: 50px;
}

.lead .left .leftContent .title {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}

.lead .left .leftContent .desc {
    text-align: right;
    font-family: DingTalk-JinBuTi;
    font-size: 22px;
    color: #B0B0B0;
    font-weight: 400;
    padding-right: 80px;
}

.lead .left .leftContent ul {
    margin-top: 60px;
    padding-left: 0;
}

.lead .left .leftContent ul li:before {
    content: "";
    width: 8px;
    height: 16px;
    border-color: #009933;
    border-style: solid;
    border-width: 0 3px 5px 0;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 12px;
}

.lead .left .leftContent ul li {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    margin: 30px 0;
    list-style-type: none;
}

.lead .right {
    padding: 90px 50px;
    width: 50%;
}

.lead .right .leadForm {
    width: 500px;
    min-height: 550px;
}

.lead .right .leadForm .required {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FF3737;
    font-weight: 400;
    margin-right: 8px;
}

.lead .form-control {
    font-size: 0.875rem;
}

.lead .right .leadForm .label {
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    color: #616365;
    line-height: 22px;
    font-weight: 400;
}

.lead .right .leadForm .btn {
    margin-top: 26px;
}

@media only screen and (max-width: 991.98px) {
    .lead .left {
        display: none;
    }

    .lead .right {
        padding: 12px;
        width: 100%;
    }

    .lead .right .leadForm {
        width: 100%;
        min-height: 250px;
    }
}

.topBanner {
    height: 536px;
    display: flex;
    align-items: center;
}

.topBanner .txt {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.topBanner .txt .slogan {
    background-image: linear-gradient(256deg, rgba(0, 99, 226, 0.4) 0%, rgba(19, 122, 255, 0.4) 100%);
    border-radius: 22px 0px 22px 0px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 4px 28px;
    width: fit-content;
}

.topBanner .txt h3 {
    font-family: DingTalk-JinBuTi;
    font-size: 44px;
    color: #303133;
    font-weight: 400;
    margin-top: 8px;
}

.topBanner .txt .info {
    margin-top: 22px;
    font-size: 18px;
    color: #303133;
    font-weight: 400;
    width: 700px;
}

.topBanner .txt .data {
    display: flex;
    /*justify-content: space-between;*/
}

.topBanner .txt .data .item {
    display: flex;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #303133;
    font-weight: 500;
    align-items: flex-start;
    margin-right: 28px;
    flex:1;
}

.topBanner .txt .data .item .pic {
    width: 39px;
    height: 44px;
    background: no-repeat center center;
    margin-right: 18px;
}

.topBanner .txt .data .item .num {
    margin-left: 18px;
}


.topBanner .txt .btn {
    margin-top: 28px;
}

.dark .topBanner .txt h3 {
    color: #FFFFFF;
}

.dark .topBanner .txt .info {
    color: #FFFFFF;
}

.dark .topBanner .txt .data .item {
    color: #FFFFFF;
}

@media only screen and (max-width: 991.98px) {
    .topBanner .txt .info {
        width: 100%;
    }

    .topBanner .txt h3 {
        font-size: 26px;
    }

    .topBanner .txt .info {
        font-size: 16px;
    }

    .dark .topBanner .txt h3 {
        font-size: 24px;
    }

    .dark .topBanner .txt .info {
        font-size: 16px;
    }

    .topBanner .txt .data {
        flex-direction: column;
    }

    .topBanner .txt .data .item {
        font-size: 14px;
    }
}

/**新闻*/
.newsList {
    margin-top: 40px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.newsList .newsNav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: static;
    justify-content: left;
    border-bottom: 2px #137AFF solid;
    z-index: 88;
}

.newsList .newsNav .nav-link {
    font-family: DingTalk-JinBuTi;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 500;
}

.newsList .newsNav .nav-link.active {
    color: #137AFF;
}

.newsList .list .con {
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 28px 18px;
    border-bottom: 1px solid #dcdcde
}

.newsList .list .con:hover {
    border-color: #dcdcde;
    box-shadow: 0 0 8px 2px #f6f6f7
}

.newsList .list .pic {
    float: left;
    width: 29.5%;
    margin-right: 1.2vw
}

.newsList .list .pic img {
    display: block;
    max-width: 100%;
}


.newsList .list .txt {
    color: #000;
    overflow: hidden
}

.newsList .list .tip {
    font-size: 20px;
    color: #106cfa;
    margin-bottom: 1.5625vw
}

.newsList .list .txt h5 {
    font-size: 22px;
    color: #1a1e29;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    margin-bottom: 1.8vw;
    transition: .4s
}

.newsList .list .txt a {
    text-decoration: none;
}

.newsList .list .con:hover .txt h5 {
    color: #106cfa
}

.newsList .list .info {
    font-size: 14px;
    line-height: 1.57;
    height: 4.71em;
    overflow: hidden;
    width: 70%;
    margin-bottom: 12px
}

.newsList .list .info a {
    color: #333;
    text-decoration: none;
}

/* .ul-news1 .bot{text-align:right} */
/* .ul-news1.sty .bot{text-align:left} */
.newsList .list .more {
    /*display: inline-block;*/
    /*font-size: 16px;*/
    /*color: #146cf4;*/
    transform: 0.3s;
    -webkit-transform: 0.3s;
    -moz-transform: 0.3s;
    -ms-transform: 0.3s;
    -o-transform: 0.3s;
    /*padding: 0 15px;*/
    /*line-height: 1.6;*/
    float: right;
    /*background-color: #efeded*/
}

.newsList .list .more:hover {
    color: #fff;
    background-color: #146cf4;
}


.newsList .list .top {
    overflow: hidden
}

.newsList .list .date { /* float:right; */
    display: contents;
    font-size: 16px;
    color: #666
}

.newsList .pagination {
    margin-top: 28px;
}

@media only screen and (max-width: 991.98px) {
    .newsList .pagination {
        flex-wrap: wrap;
    }

    .newsList .page-link {
        padding: 12px;
    }

    .newsList .newsNav {
        border-bottom: 0;
        height: auto;
    }

}

/**关于我人*/
.about {
    margin-top: 40px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.about .aboutNav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: sticky;
    justify-content: left;
    top: 60px;
    background-color: #FFFFFF;
    z-index: 30;
    padding-top: 20px;
    height: 80px;
}

.about .aboutNav .aboutNavContent {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about .aboutNav .nav-link {
    font-family: DingTalk-JinBuTi;
    font-size: 28px;
    color: #000000;
    line-height: 32px;
    font-weight: 500;
}

.about .aboutNav .nav-link.active {
    color: #137AFF;
    border-bottom: 2px #137AFF solid;
}

.about .aboutInfo {
    padding: 40px 0;
    height: 100%;
    /*overflow-y:scroll;*/
    position: relative;
}

.about .aboutInfo .aboutSection {
    padding: 24px 0;
}

.about .aboutInfo .light {
    background-color: #FAFBFF;
}

/*.about .aboutInfo .dark .title{*/
/*    color: #FFFFFF;*/
/*}*/
/*.about .aboutInfo .dark .description{*/
/*    color: #FFFFFF;*/
/*}*/

.about .aboutInfo .company p {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #303133;
    text-align: justify;
    line-height: 42px;
    font-weight: 400;
}

.about .aboutInfo .ul-time {
    position: relative;
    max-height: 40vw;
    overflow-y: scroll;
    margin: 32px 0;
}

.about .aboutInfo .ul-time::-webkit-scrollbar {
    width: 3px;
    height: 1px
}

.about .aboutInfo .ul-time::-webkit-scrollbar-thumb {
    background: #303133
}

.about .aboutInfo .ul-time li {
    position: relative;
    overflow: hidden
}

.about .aboutInfo .ul-time li::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #303133;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -5px
}

.about .aboutInfo .ul-time li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #303133;
    position: absolute;
    top: 0;
    left: 50%
}

.about .aboutInfo .ul-time .con {
    width: 50%;
    color: #000000;
    font-size: 14px;
    line-height: 1.75;
    padding: 0 25px
}

.about .aboutInfo .ul-time .info p, .ul-time .time {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.about .aboutInfo .ul-time .info p {
    color: #303133;
    line-height: 28px
}

.about .aboutInfo .ul-time .time {
    font-size: 20px
}

.about .aboutInfo .ul-time li:nth-child(odd) .con {
    float: right
}

.about .aboutInfo .ul-time li:nth-child(even) .con {
    text-align: right
}

.about .aboutInfo .ul-time li:nth-child(odd) .con .info p {
    float: left
}

.about .aboutInfo .ul-time li:nth-child(even) .con .info p {
    text-align: right
}

.about .managementTeam {
    overflow: hidden;
}

.about .managementTeam .col {
    margin-bottom: 20px;
    padding: 0;
}

.about .managementTeam .con {
    margin: 0 4px;
    padding: 24px 8px 0 8px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
    /*background-color: #fff*/
}

.about .managementTeam .name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.about .managementTeam .bottom-name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 24px;
}


.about .managementTeam .bottom-name b {
    font-family: DingTalk-JinBuTi;
    font-size: 32px;
    color: #303133;
    font-weight: 400;
}

.about .managementTeam .bottom-name span {
    font-family: DingTalk-JinBuTi;
    font-size: 18px;
    color: #303133;
    font-weight: 400;
}

.about .managementTeam .bottom-name div {
    font-family: DingTalk-JinBuTi;
    font-size: 18px;
    color: #73757A;
    font-weight: 400;
    margin-top: 8px;
}

.about .managementTeam .pic {
    position: relative;
    height: 0;
    padding-top: 114.8%;
    overflow: hidden;
    margin-bottom: 6px
}

.about .managementTeam .pic .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.about .managementTeam .name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.about .managementTeam .name b {
    font-size: 22px
}

.about .managementTeam .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 24px 18px 0 18px;
    background: transparent;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.about .managementTeam .txt-box .name {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    font-weight: 500;
}

.about .managementTeam .txt-box .info {
    max-height: -webkit-calc(100% - 65px);
    max-height: -moz-calc(100% - 65px);
    max-height: calc(100% - 65px);
    overflow-y: scroll;
    border-radius: 4px;
}

.about .managementTeam .txt-box .info::-webkit-scrollbar {
    width: 3px;
    height: 1px
}

.about .managementTeam .txt-box .info::-webkit-scrollbar-thumb {
    /*background: #146efa*/
}

.about .managementTeam .txt-box .line {
    height: 2px;
    background-color: #FFFFFF;
    margin: 4px 0
}

.about .managementTeam .con:hover .txt-box {
    height: 100%;
    /*opacity: 0.63;*/
    background: rgba(0, 0, 0, .63);
    border-radius: 4px;
}


.about .aboutInfo .investor {
    overflow: hidden;
}

/*.aboutInfo li{float:left;width:20%;margin-bottom:20px}*/
.about .aboutInfo .investor .con {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.about .aboutInfo .investor .pic {
    width: 7.96875vw;
    height: 7.96875vw;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 2px solid #ccc;
    overflow: hidden
}

.about .aboutInfo .investor .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .4s
}

.about .aboutInfo .investor .con:hover .pic img {
    transform: scale(1.05)
}

.about .aboutInfo .investor .name {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #303133;
}


.about .aboutInfo .honor .ul-num {
    text-align: center;
    font-size: 0;
    margin: 24px 0 32px
}

.about .aboutInfo .honor .ul-num li {
    display: inline-block
}

.about .aboutInfo .honor .ul-num .con {
    font-size: 18px;
    color: #146efa;
    margin: 0 25px
}

.about .aboutInfo .honor .ul-num .num {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
}

/* 荣誉展示区域的flex布局 */
.about .aboutInfo .honor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px; /* 减小间距以适应五列布局 */
    width: 100%;
}

.about .aboutInfo .honor-item {
    flex: 0 0 calc(20% - 20px); /* 五列布局，减去左右margin */
    margin: 0 10px 20px;
    box-sizing: border-box;
}

.about .aboutInfo .honor .honor-grid .con {
    display: block;
    overflow: hidden;
    margin: 0 30px
}

.about .aboutInfo .honor .honor-grid .pic {
    width: 5.73vw;
    height: 5.73vw;
    margin: 0 auto 20px;
    overflow: hidden
}

.about .aboutInfo .honor .honor-grid .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .4s
}

.about .aboutInfo .honor .honor-grid .con:hover .pic img {
    transform: scale(1.04)
}

.about .aboutInfo .honor .honor-grid .txt h5 {
    font-weight: 400;
    font-size: 14px;
    color: #1a1d28;
    text-align: center;
}

.about .aboutInfo .honor .honor-grid .txt p {
    text-align: center;
    font-size: 14px;
    color: #666
}


/* 响应式布局 */
@media (max-width: 1200px) {
    .about .aboutInfo .honor-item {
        flex: 0 0 calc(25% - 20px); /* 大平板设备四列 */
    }
}

@media (max-width: 992px) {
    .about .aboutInfo .honor-item {
        flex: 0 0 calc(33.333% - 20px); /* 平板设备三列 */
    }
}

@media (max-width: 768px) {
    .about .aboutInfo .honor-item {
        flex: 0 0 calc(50% - 20px); /* 小平板设备两列 */
    }
}

@media (max-width: 576px) {
    .about .aboutInfo .honor-item {
        flex: 0 0 calc(100% - 20px); /* 手机设备单列 */
    }
}

@media only screen and (max-width: 991.98px) {

    .about .aboutNav {
        height: auto;
        position: static;
    }

    .about .aboutNav .nav-link {
        font-size: 22px
    }

    .about .aboutInfo {
        padding: 0;
    }

    .about .aboutInfo .investor .pic {
        width: 150px;
        height: 150px;
    }

    .about .aboutInfo .investor .name {
        font-size: 14px;
    }

    .about .investor .col {
        min-width: 200px;
        margin-bottom: 16px;

    }

    .about .aboutInfo .honor .ul-num {
        padding-left: 0;
    }


    .about .aboutInfo .honor .honor-grid li {
        min-width: 180px;
        height: 250px;
    }

    .about .aboutInfo .honor .honor-grid .pic {
        width: 90px;
        height: 90px;
    }
}


/**产品*/
.productInfo {
    margin-top: 40px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.productInfo a:hover {
    text-decoration: none;
}

.productInfo .highlight {
    margin-top: 60px;
    background-color: #FAFBFF;
    padding: 40px 0 60px 0;
}

.productInfo .highlight .content {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
}

.productInfo .highlight .content .left {
    padding: 28px 38px;
}

.productInfo .highlight .content .left img {
    width: 100%;
}

.productInfo .highlight .content .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.productInfo .highlight .content .right .item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 18px 38px 18px 28px;
    margin: 8px 0;
}

.productInfo .highlight .content .right .item.open-item {
    flex: 1 1 auto;
}

.productInfo .highlight .content .right .item:first-child {
    margin-top: 0;
}

.productInfo .highlight .content .right .item:last-child {
    margin-bottom: 0;
}

.productInfo .highlight .content .right .item .top {
    display: flex;
}

.productInfo .highlight .content .right .item .pic {
    width: 24px;
    height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.productInfo .highlight .content .right .item .pic.open {
    background-image: url("/static/images/product-open.svg");
}

.productInfo .highlight .content .right .item .pic.close {
    background-image: url("/static/images/product-close.svg");
}

.productInfo .highlight .content .right .item h5 {
    padding-left: 20px;
    font-size: 20px;
    color: #303133;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 36px;
}

.productInfo .highlight .content .right .item p {
    margin: 18px 0 0 40px;
    font-size: 14px;
    color: #73757A;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    min-height: 150px;
}


.productInfo .application {
}

.productInfo .application .content {
    padding-top: 40px;
    text-align: center;
}

.productInfo .application a:hover .content {
    box-shadow: 0 2px 10px 0 rgba(155, 165, 163, .15);
    animation: pulse 1s;
}

.productInfo .application .content .col .content {
    background: #FFFFFF;
    border: 1px solid rgba(234, 235, 235, 1);
    border-radius: 4px;
    padding: 18px 28px 18px 28px;
    height: 100%;
}

.productInfo .application .content .col h5 {
    margin: 20px 0;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    font-weight: 500;
}

.productInfo .application .content .col p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #73757A;
    text-align: start;
    /* word-break: break-all; */
    line-height: 28px;
    font-weight: 400;
}

.productInfo .application .content .pic {
    display: flex;
    width: 190px;
    height: auto;
    margin: 0 auto;
}

.productInfo .application .content .pic img {
    height: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
    .productInfo .application .content {
        flex-direction: column;
    }

    .productInfo .application .content .col {
        margin-bottom: 18px;
    }
}


/**
  解决方案
 */

.solutionInfo {
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.solutionInfo .highlight {
    padding: 40px 0;
}

.solutionInfo .highlight .content {
    margin-top: 24px;
}

.solutionInfo .highlight .content .col .content {
    background: #FFFFFF;
    border: 1px solid rgba(234, 235, 235, 1);
    border-radius: 4px;
    padding: 18px 28px 18px 28px;
    height: 100%
}

.solutionInfo .highlight .content .col .content p {
    color: #73757A;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}

.solutionInfo .highlight .content .col h5 {
    margin: 20px 0;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    font-weight: 500;
    text-align: center;
}

.productInfo .highlight .content .col p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #73757A;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}

.solutionInfo .highlight .content .pic {
    display: flex;
    width: 190px;
    height: 100px;
    margin: 0 auto;
}

.solutionInfo .highlight .content .pic img {
    height: 100%;
    margin: 0 auto;
}


.solutionInfo .application {
    padding-top: 40px;
}

.solutionInfo .application .content {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    background: #FFFFFF;
    box-shadow: 1px 8px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.solutionInfo .application .content .left {
    padding: 28px 38px;
    background: no-repeat left bottom;
}

.solutionInfo .application .content .left .title {
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #303133;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    font-weight: 500;
    margin-top: 32px;
}

.solutionInfo .application .content .left .desc {
    font-family: DingTalk-JinBuTi;
    font-size: 16px;
    color: #A6A8AC;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}

.solutionInfo .application .content .left .link {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #137AFF;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
}

.solutionInfo .application .content .left .link a {
    text-decoration: none;
}

.solutionInfo .application .content .left img {
    width: 100%;
}

.solutionInfo .application .content .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.solutionInfo .application .content .item-outer {
    display: flex;
    justify-content: space-between;
    margin: 36px 36px 12px 24px;
}

.solutionInfo .application .content .right .item {
    border-radius: 4px;
    /*padding:18px 28px;*/
    display: flex;
    justify-content: space-between;
}

.solutionInfo .application .content .right .item .pic {
    width: 44px;
    height: 63px;
    line-height: 63px;
}

.solutionInfo .application .content .right .item .item-info {
    margin-left: 24px;
}

.solutionInfo .application .content .right .item .item-info .num {
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: #303133;
    font-weight: 400;
}

.solutionInfo .application .content .right .item .item-info .label {
    font-size: 14px;
    color: #303133;
    font-weight: 400;
}

.solutionInfo .application .content .right .split {
    width: 2px;
    height: 44px;
    margin: 10px 0;
    background: #DDE0E4;
}

.solutionInfo .application .content .right .desc {
    padding: 6px 36px 36px 22px;
}

.solutionInfo .application .content .right .desc p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #73757A;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
    .solutionInfo .highlight .content {
        flex-direction: column;
    }

    .solutionInfo .highlight .content .col {
        margin-bottom: 18px;
    }

    .solutionInfo .application .content .item-outer {
        margin: 12px;
    }
}

/* 行业案例 */
.caseInfo {

}

.caseInfo .testimony {
    margin-top: 40px;
}

.caseInfo .testimony .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("/static/images/testimony-bg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 260px;
}

.caseInfo .testimony .left {
    width: 204px;
    height: 204px;
    /*background: url("/static/images/testimony-bg.png") no-repeat center center;*/
}

.caseInfo .testimony .right {
    flex: 1;
    /*background: url("/static/images/icon-1.svg") no-repeat left top;*/
    /*background: url("/static/images/right-border.png") no-repeat center center;*/
    padding: 20px 60px;
}

.caseInfo .testimony .right h5 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #303133;
    text-align: justify;
    line-height: 39px;
    font-weight: 500;
}

.caseInfo .testimony .right p {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #424141;
    text-align: justify;
    line-height: 39px;
    font-weight: 400;
}

.caseInfo .background {
    margin-top: 40px;
}

.caseInfo .background .content {
    background: no-repeat center center;
    height: 308px;
    display: flex;
    align-items: center;
}

.caseInfo .background .left {
    flex: 1;
}

.caseInfo .background .right {
    width: 500px;
    padding: 60px;
}

.caseInfo .background .right h5 {
    font-family: DingTalk-JinBuTi;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 400;
}

.caseInfo .background .right p {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 33px;
    font-weight: 400;
}

.caseInfo .challenges {
    padding: 40px 0;
}

.caseInfo .challenges .content {
    margin-top: 24px;
}

.caseInfo .challenges .content .col .content {
    background-color: rgba(239, 243, 246, 0.48);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border: 1px solid rgba(234, 235, 235, 1);
    border-radius: 4px;
    padding: 0 20px 0 28px;
    height: 100%;
}

.caseInfo .challenges .content .col h5 {
    margin: 20px 0;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    font-weight: 500;
    text-align: left;
}

.caseInfo .challenges .content .col p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #73757A;
    text-align: start;
    line-height: 28px;
    font-weight: 400;
}

.caseInfo .book {
    margin-top: 40px;
    background-color: #eff3f6;
    background-repeat: no-repeat;
    background-position: center center;
    height: 132px;
}

.caseInfo .book .container {
    position: relative;
    height: 132px;
}

.caseInfo .book .btn {
    position: absolute;
    right: 100px;
    top: 40px;
}

.caseInfo .solution {
    padding: 40px 0;
}

.caseInfo .solution .content {
    margin-top: 24px;
}

.caseInfo .solution .content .col .content {
    background: #FFFFFF;
    border: 1px solid rgba(234, 235, 235, 1);
    border-radius: 4px;
    padding: 18px 28px 18px 28px;
    height: 100%
}

.caseInfo .solution .content .col h5 {
    margin: 20px 0;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303133;
    font-weight: 500;
    text-align: center;
}

.caseInfo .solution .content .col p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #73757A;
    text-align: start;
    line-height: 28px;
    font-weight: 400;
}

.caseInfo .solution .content .pic {
    display: flex;
    width: 190px;
    height: 100px;
    margin: 0 auto;
}

.caseInfo .solution .content .pic img {
    height: 100%;
    margin: 0 auto;
}

.caseInfo .value {
    margin-top: 40px;
}

.caseInfo .value .content {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F7F8;
}

.caseInfo .value .content .left {
    width: 665px;
    height: 278px;
    /*margin-right: 96px;*/
    background: no-repeat center right;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);

}

.caseInfo .value .content .right {
    padding: 32px;
    flex: 1;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #424141;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
}

.caseInfo .value .content .right span {
    font-family: DingTalk-JinBuTi;
    font-size: 20px;
    color: #137AFF;
    text-align: justify;
    line-height: 32px;
    font-weight: 400
}

@media only screen and (max-width: 991.98px) {

    .caseInfo .testimony .content {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        background: none;
    }


    .caseInfo .testimony .left {
        min-height: 204px;
        background: url('/static/images/testimony-bg.png') no-repeat left 0;

    }

    .caseInfo .testimony .right {
        padding: 8px 12px;

    }

    .caseInfo .testimony .right p {
        font-size: 16px;
        line-height: 26px;
    }

    .caseInfo .challenges .content {
        flex-direction: column;
    }

    .caseInfo .challenges .content .col .content {
        padding: 0 10px 10px 10px
    }

    .caseInfo .solution .content {
        flex-direction: column;
    }

    .caseInfo .solution .content .col {
        margin-bottom: 24px;
    }

}

@media only screen and (max-width: 1500px) {
    .rightSlider{
        right: 1% !important;
    }
}

/*文章内容详情*/
.articleDetails {

}

.articleDetails .banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 26.04vw;
    min-height: 180px;
}

.articleDetails .banner .txt {
    position: absolute;
    bottom: 11%;
    color: #fff;
}

.articleDetails .banner .txt .tit {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1.88vw;
    width: 1200px;
    text-align: left;
}

.articleDetails .banner .txt .time {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
}

.articleDetails .content {
    margin: 0 auto;
}

.articleDetails .content .mainBody {
    overflow: hidden;
    padding: 4.11vw 0 3.39vw;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #1a1e29;
    line-height: 1.5;
}

.articleDetails .content .bottom {
    overflow: hidden;
    padding: 2.6vw 0 4.17vw;
}

.articleDetails .content .bottom a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
}

.articleDetails .content .bottom a:hover {
    color: #146efa;
    text-decoration: none;
}

/*联系我们 地图、地址*/
.contactInfo {

}


.contactInfo .address {
    margin: 40px 0;
}

.contactInfo .address .col-6{
    padding: 0 8px;
}

.contactInfo .address .con {
    margin: 0 0px 28px 0px;
    border: 1px solid #ccc;
    padding: 30px;
    height: 350px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid rgba(225,225,225,1);
    border-radius: 4px;
    /*background-image: url("/static/images/challenge1.png");*/
}

.contactInfo .address .con:hover{
    box-shadow: 0 2px 10px 0 rgba(155, 165, 163, .15);
    animation: pulse 1s;
}

.contactInfo .address .tit {
    margin-bottom: 18px;
    display:flex;
    align-items: center;
    border-bottom: 1px solid rgba(242,242,242,1);
    padding-bottom: 24px;
}
.contactInfo .address .tit .left{

}

.contactInfo .address .tit .right{
    margin-left: 16px;
}
.contactInfo .address .tit .right div{
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #535353;
    font-weight: 600;
    margin-bottom:12px;
}
.contactInfo .address .tit .right p{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #777777;
    font-weight: 400;
    margin-bottom:0;
}

.contactInfo .address .txt p {
    margin-bottom:8px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #777777;
    font-weight: 400;
}
