
.concact_info button a{
    color: #FFFFFF;
}
.foot-bottom-content a{
    color: #090F21;
}
/*服务范围banner样式*/
.hd-banner-fuwufanwei{
    margin-top: 44px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 240, 247, 0)), to(rgba(234, 240, 247, 0.55)));
    background: linear-gradient(
            180deg, rgba(234, 240, 247, 0) 0%, rgba(234, 240, 247, 0.55) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 412px;
}
.hd-banner-fuwufanwei-img{
    padding: 50px 50px 0 49px;
}
/*普通banner样式*/
.hd-banner {
    margin-top: 44px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 240, 247, 0)), to(rgba(234, 240, 247, 0.55)));
    background: linear-gradient(
            180deg, rgba(234, 240, 247, 0) 0%, rgba(234, 240, 247, 0.55) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: auto;
    height: 76px;
    padding: 92px 20px;
}
.hd-banner-bg{
    width: 184px !important;
    height: 58px !important;
}
.header{
    line-height: 13px !important;
}


.card{
    width:100%;
    background: #FFFFFF;
    padding: 40px 0;
}
.card-dark {
    background-color: #F8F9FA;
}
.card h1{
    height: 37px;
    font-size: 26px;
    font-weight: 400;
    color: #090F21;
    line-height: 37px;
    text-align: center;
}
.card h2{
    margin-top: 4px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color:rgba(9, 15, 33, 0.2);
    line-height: 17px;
    letter-spacing: 8px;
    text-align: center;
}
.card .card-p{
    margin: 20px auto 0;
    width: 335px;
    /*height: 120px;*/
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
}
/*背景图片滚动*/
.scroll-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 299px;*/
    height: 100%;
    overflow: hidden;
}

.scroll-background .bg-img1 {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 6px;
    width: 107px;
    height: 107px;
    background: url("/static/img/m/common/compete1.svg");
}

.scroll-background .bg-img2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 113.37px;
    height: 152.53px;
    background: url("/static/img/m/common/compete2.svg");
}

.scroll-background .bg-img3 {
    position: absolute;
    z-index: 2;
    top: -36.39px;
    right: 57px;
    width: 70px;
    height: 74px;
    background: url("/static/img/m/common/compete3.svg");
}

.scroll-background .bg-img4 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 47px;
    background: url("/static/img/m/common/compete4.svg");
}

/*了解更多按钮*/
.see-more {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5px 15px;
    width: 116px;
    height: 30px;
    border: 1px solid rgba(9, 15, 33, 1);
    display: flex;
    align-items: center;
    transition: all .5s;
}

.see-more p {
    margin: 0;
    z-index: 1;
    width: 62px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.see-more img {
    z-index: 1;
    width: 24px;
    margin-left: 6px;
}

.see-more span{
    background: url("/uploads/hzero/Arrow／right-black.svg") 100% 100% no-repeat;
    z-index: 1;
    width: 24px;
    height: 5px;
    margin-left: 6px;
    display: inline-block;
    transition: all .5s;
}

.see-more-color {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    content: '';
    width: 0;
    height: 30px;
    background-color: #4DB7DD;
    transition: all .5s;
}

.see-more:hover {
    padding: 5px 10px;
}

.see-more:hover .see-more-color {
    width: 116px;
    transition: all .5s;
}

.see-more:hover span {
    background: url("/uploads/join/arrow.svg") 100% 100% no-repeat;
    margin-left: 16px;
    transition: .5s;
}

.see-more:hover p {

    color: #ffffff;
    transition: .5s;
}

.hand-button {
    position: relative;
    box-sizing: border-box;
    width: 116px;
    height: 30px;
    border: 1px solid rgba(9, 15, 33, 1);
    display: block;
    color: rgba(0, 0, 0, 0);
    margin-top: 20px;
}

.hand-button::after{
    position: absolute;
    top: -1px;
    left: -1px;
    content: attr(title);
    width: 116px;
    height: 30px;
    color: #000;
    line-height: 20px;
    padding-left: 24px;
    background-image: url('/static/img/button-arrow-black.svg');
    background-repeat: no-repeat;
    background-position: 98px center;
    transition: all .5s .2s;
}

.hand-button:hover::after{
    padding-left: 19px;
    background-image: url('/static/img/button-arrow-white.svg');
    background-position: 105px center;
    color: #fff;
}

.hand-button::before{
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    width: 0;
    height: 40px;
    background-color: #4DB7DD;
    transition: all .5s;
}

.hand-button:hover::before{
    width: 154px;
}
/*nav*/
.intro_nav_box {
    background: #F8F9FA;
}

.intro_nav_tip {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 40px;
    cursor: default;
    text-align: center;
}

.curentss {
    border-bottom: 2px solid #4DB7DD;
    box-sizing: border-box;
}

.swiper-nav {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.swiper-nav .swiper-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

.swiper-nav .swiper-slide {
    width: auto;
}
/*放大图片*/
.blowUp-style {
    top: -40px !important;
    transform: scale(1.2);
}

/*icon列表组件*/
.hone-advantage{
    position: relative;
    z-index: 999;
    padding-bottom: 8px;
}
.hone-advantage ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 20px 0;
}
.hone-advantage .backg{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9999;
}
/*1.icon+文字+介绍，竖向排列*/
.vertical-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 157px;
    margin-bottom: 32px;
}

.vertical-icon-box > .icon-box {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(10, 44, 115, 0.08);
}

.vertical-icon-box > .icon-box > img {
    width: 40px;
    height: 40px;
}

.vertical-icon-box > h2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
    letter-spacing: 0;
    opacity: 1;
}

.vertical-icon-box > p {
    color: #090F21;
    opacity: 0.5;
    font-size: 12px;
    line-height: 24px;
    margin-top: 9px;
    text-align: center;
    font-weight: 400;
}
/*2.icon+文字+介绍，横向排列*/
.cross-icon-box {
    box-sizing: border-box;
    margin:0 auto;
    padding: 0 20px 12px;
    display: flex;
    align-items: flex-start;
    transition: all .5s;
}

.cross-icon-box > .icon-box {
    width: 32px;
    height: 32px;
}

.cross-icon-box > .icon-box > img {
    /*width: 100%;*/
    height: 100%;
}

.cross-icon-box > .icon-content {
    margin-left: 8px;
}

.cross-icon-box > .icon-content > h2 {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    text-align: left;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
    letter-spacing: 0;
}

.cross-icon-box > .icon-content > p {
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 24px;
    margin-top: 8px;
    opacity: .5;
}

.cross-icon-box:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
    transition: all .5s;
}

/*3.icon+文字+介绍，横向排列,介绍部分可进行链接跳转*/
.link-icon-box {
    padding: 20px 30px;
    width: 595px;
    height: 94px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.link-icon-box > .icon-box {
    width: 44px;
    height: 44px;
}

.link-icon-box > .icon-box > img {
    width: 100%;
    height: 100%;
}

.link-icon-box > .icon-content {
    margin-left: 30px;
    text-align: left;
}

.link-icon-box > .icon-content h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
    letter-spacing: 0;
    text-indent: 0;
}

.link-icon-box > .icon-content div {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, .4);
    line-height: 20px;
}

.icon-content .symbol-span:last-child{
    display: none;
}
.link-li-content:last-child .symbol-span {
    display: none;
}

.link-li-content > .content-span {
    cursor: pointer;
}

.link-icon-box:hover {
    transition: all .5s;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
}

.link-li-content > .content-span:hover {
    color: #4DB7DD;
}

/*4.icon+编号+标题，hover后显示详细信息*/
.center-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: rgba(223, 226, 228, 1);
}

.feature-box {
    position: relative;
    width: 1200px;
    margin: 20px auto 0;
    z-index: 99;
    display: flex;
    align-items: flex-start;
}

.honour-icon-box {
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 0 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 393px;
    background: rgba(255, 255, 255, 1);
}

.honour-icon-box > .icon-box {
    margin-top: 55px;
    width: 60px;
    height: 60px;
}

.honour-icon-box > .icon-box > img {
    width: 100%;
    height: 100%;
}

.honour-icon-box > .icon-circle {
    position: relative;
    z-index: 99;
    margin-top: 30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    border: 0px solid #C0EEFF;
    background: #4DB7DD;
    transform: translateY(0px);
}

.honour-icon-box:hover > .icon-circle {
    width: 46px;
    height: 46px;
    padding: 9px 10px;
    border: 5px solid #C0EEFF;
    transform: translateY(-18px);
}

.honour-icon-box:hover > .icon-rect {
    width: 110px;
    height: 28px;
    border-radius: 4px;
    padding: 0;
    border: 4px solid rgba(192, 238, 255, 1);
    margin-top: 39px;
}

.icon-circle > span {
    opacity: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}


.honour-icon-box > .icon-number {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, .5);
    line-height: 20px;
    height: 30px;
}

.honour-icon-box > .icon-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
    opacity: 1;
    transition: all .5s;
}

.honour-icon-box > .icon-underline {
    margin-top: 20px;
    width: 40px;
    height: 1px;
    background: rgba(223, 226, 228, 1);
}

.honour-icon-box .icon-description {
    opacity: 0;
    margin-top: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, .4);
    line-height: 30px;
    transition: all .5s;
    text-align: left;
}

.honour-icon-box .icon-content-line {
    position: absolute;
    z-index: 1;
    top: 150px;
    width: 100%;
    height: 1px;
    background: rgba(223, 226, 228, 1);
}

.honour-icon-box:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
    height: auto;
    padding-bottom: 20px;
    z-index: 200;
}

.honour-icon-box:hover .icon-box {
    transform: translateY(-15px);
}


.honour-icon-box:hover .icon-circle span {
    opacity: 1;
    transition: all .5s;
}

.honour-icon-box:hover .icon-number {
    height: 0px;
    opacity: 0;
}

.honour-icon-box:hover .icon-title {
    transform: translateY(-7px);
}

.honour-icon-box:hover .icon-underline {
    width: 80px;
}

.honour-icon-box:hover .icon-description {
    height: auto;
    opacity: 1;
}
/*热点洞察*/
.hot_news{
    position: relative;
    height: 340px;
    background: #FFFFFF;
}
.hot_news .see-more{
    position: absolute;
    bottom: 40px;
    left:50%;
    transform:translateX(-50%)
}

/*发展历程*/
.contain-wrap {
    position: relative;
    /*width: 1200px;*/
    margin: 20px auto 0;
    padding: 0 20px 12px;
}

.date-line {
    position: absolute;
    top: 0;
    bottom: 40px;
    width: 1px;
    height: 100%;
    background: rgba(223, 226, 228, 1);
}

.contain-wrap-item {
    position: relative;
    /*margin-top: 40px;*/
}

.wrap-date {
    margin-left: 12px;
    padding-top: 20px;
    /*height: 20px;*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #090F21;
    opacity: .5;
}

.date-circle {
    position: absolute;
    top: 25px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(223, 226, 228, .2);
}

.date-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DFE2E4;
}

.change:before {
    background-color: #4DB7DD;
}

.change {
    background: rgba(77, 183, 221, .2);
}

.change:after {
    background: #4DB7DD;
}

.contain-wrap-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
}

.wrap-left {
    width: 313px;
    margin-left: 17px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
}

.wrap-left-top {
    display: flex;
    align-items: center;
}

.wrap-left .icon-title {
    margin-left: 10px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}

.wrap-left .icon-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}
/* 轮播左右切换按钮 */
.function-swiper {
    position: relative;
}

.function-swiper .swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 32px;
    box-shadow: 0px 2px 17px 0px rgba(12, 37, 91, 0.1);
    border-radius: 32px;
    background-color: #ffffff;
    background-size: 8px 14px;
}

.function-swiper .swiper-button-prev {
    left: 4px
}

.function-swiper .swiper-button-next {
    right: 4px
}

.function-swiper .swiper-button:hover {
    background-color: #4DB7DD;
    color: #fff;
    transition: all .3s;
}
/*轮播分页器*/
@keyframes progressbar-dot {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.swiper-pagination-bullet {
    width: 30px;
    margin: 0 6px !important;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ececec;
    opacity: 1;
}

.swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    border-radius: 3px;
    background-color: #4DB7DD;
    animation: progressbar-dot linear 5s;
    animation-fill-mode: forwards;
}
/*滚动白框文字*/
.white-card-h2{
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}
.white-card-p{
    margin-top: 8px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 26px;
}

/*核心功能*/
.htms-function-pp{
    text-align: center;
}
.htms-function-logo{
    height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    /*justify-content: space-between;*/
    padding: 0 20px;
    position: relative;
}
.htms-function-logo-text{
    margin-left: 8px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 24px;
}
.xiajiantou{
    width: 16px;
    height: 16px;
    position:absolute ;
    right: 20px;
    transition: all 0.3s;
}
.industrial-park-hr{
    margin:0 17px;
    height: 1px;
    background: #DFE2E4;
}
.htms-function-right-img{
    padding: 20px 20px 0;
    margin-bottom: -4px;
}
.htms-function-right-img img{
    width: 100%;
    height: 140px;
}
.htms-function-right-p{
    margin: 0 20px;
    padding: 20px 16px;
    /*height: 84px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
    color: rgba(9, 15, 33,0.5);
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    box-sizing: border-box;
}
/*分段特点*/
.htms-function-right-con{
    padding: 20px;
    margin-top: -28px;
}
.htms-function-right-para-tit{
    margin-top: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}
.htms-function-right-para-p{
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
    opacity: 0.5;
}
/*自主产品模块*/
.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 300;
}
.banner-product-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/*自主产品背景文字*/
.banner-product-title{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1px;
}
.banner-product-re{
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 12px;
}
.banner-product-txt{
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
/*自主产品产品简介*/
.intro{
    background: #ffffff;
}
.intro_con{
    padding: 40px 20px;
}
.product-intro-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.product-intro-img img {
    width:335px;
    height: 188px;
}
.product-intro{
    margin-top: 20px;
    position: relative;
}
.product-intro-img img{
    width: 100%;
}
.product-intro-img video{
    width: 100%;
}
.product-intro-tit{
    font-size: 22px;
    font-weight: 500;
    color: #090F21;
    line-height: 30px;
}
.product-intro-re{
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
    opacity: 0.5;
}
.product-intro-txt{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
}
/*收起展开背景颜色蓝*/
.rpa-industry .swiper-container{
    height: auto;
}
.rpa-industry .open1{
    background: #F8F9FA;;
}
.rpa-industry .htms-function-right-p{
    margin: 0;
    box-shadow: none;
    background: #F8F9FA;;
}
/*为什么选择*/
.compete_box{
    position: relative;
    padding: 60px 20px;
    text-align: center;
}
.compete{
    position: relative;
    z-index: 5;
}
.compete_tit{
    font-size: 26px;
    font-weight: 400;
    color: #090F21;
    line-height: 37px;
}
.compete_tip2_re{
    margin-top: 20px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 26px;
}
/*文字展开*/
.open-all{
    width: 56px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0px;
}
/*平台架构滚动球*/
.circle-animated{
    position: absolute;
    top:0;
    z-index: -1;
    width: 100%;
}
.circle-animated .square-item1{
    width: 64px;
    height: 76px;
    position: absolute;
    top: 8px;
    left: 0;
}
.circle-animated .square-item2{
    width: 43px;
    height: 49px;
    position: absolute;
    top: 59px;
    left: 66px;
}
.circle-animated .square-item3{
    width: 142px;
    height: 142px;
    position: absolute;
    top: 59px;
    right: 0;
}
.circle-animated .item-bg1{
    display: none;
}
.circle-animated .item-bg2{
    display: none;
}
/* 行业banner */

.industry_banner .banner-product-title {
color: #090F21;
}
.industry_banner .industry-btn {
    width: 116px;
    height: 30px;
    background: #4DB7DD;
    border: none;
    margin: 0;
    cursor: pointer
}

/* 行业简介 (带引号 白框) 下一个card 设置padding-top:25px*/
.overview-intro {
    padding: 56px 0 15px;
    position: relative;
}

.overview-intro-center {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(12, 37, 91, 0.1);
}

.overview-intro-content {
    padding: 30px 20px;
    position: relative;
    z-index: 3;
}

.overview-intro-content h2 {
    font-size: 20px;
    font-weight: 500;
    color: #090F21;
    line-height: 28px;
}

.overview-intro-content p {
    margin-top: 12px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 26px;
}

/* 单列 滚动数字效果 % */
.hscs-single-value {
    width: auto;
    position: relative;
    background: #F8F9FA;
}

.hscs-single-value .compete_tips {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -40px;
}

.hscs-single-value .compete_tip2 {
    margin-bottom: 40px;
}

.hscs-single-value .compete_tip2_tit {
    font-size: 36px;
    font-weight: 600;
    color: #4DB7DD;
    line-height: 50px;
}

.hscs-single-value .compete_tip2_re {
    margin-top: 8px;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
/* 双列 滚动数字效果 % */
.hscs-double-value {
    width: auto;
    position: relative;
    background: #F8F9FA;
}

.hscs-double-value .compete_tips {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.hscs-double-value .compete_tip2 {
    width: 50%;
    margin-bottom: 40px;
}

.hscs-double-value .compete_tip2_tit {
  font-size: 24px;
  font-weight: 600;
  color: #4DB7DD;
  line-height: 33px;
}

.hscs-double-value .compete_tip2_re {
    margin-top: 8px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 20px;
}

.hscs-double-value .compete_tip2 p {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
/* 方案优势 数字+文字一列 */
.imgserve {
    margin: 20px;
}

.imgserve img {
    width: 100%;
    height: 214px;
}

.house-con-tips {
    padding: 0 20px;
}

.house-con-tip {
    display: flex;
    margin-top: 20px;
}

.house-con-tip h2 {
    font-size: 30px;
    font-weight: 500;
    color: #090F21;
    line-height: 42px;
    opacity: 0.2;
    letter-spacing: 0;
}

.tip-con {
    margin-left: 20px;
}

.tip-con h4 {
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 24px;
}

.tip-con p {
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 24px;
    opacity: 0.5;
}

/* 自主产品 跳转icon +文字  单列大框*/
.htms-product .card-content-show ul {
    padding: 0 20px;
}

.link-icon-box-pro {
    width: 100%;
    height: 192px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.link-icon-box-pro .icon-box {
    margin-top: 28px;
}

.link-icon-box-pro .icon-box img {
    width: 100px;
    height: 100px;
}

.link-icon-box-pro .icon-content {
    margin-top: 16px;
}

.link-icon-box-pro .icon-content h2 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
    letter-spacing: 0;
}

/* 自主产品  跳转icon +文字  双列小框*/
.link-box-double ul{
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link-icon-box-double-pro {
    width: 160px;
    height: 232px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.link-icon-box-double-pro .icon-box {
    margin-top: 40px;
}

.link-icon-box-double-pro .icon-box img {
    width: 81px;
    height: 81px;
}

.link-icon-box-double-pro .icon-content {
        margin: 23px 10px 0;
}

.link-icon-box-double-pro .icon-content h2 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 24px;
    letter-spacing: 0;
}
/* 客户价值  白底白框无横线*/
.rzh-card-content {
    padding-top: 8px;
}

.rzh-card-content .htms-function-right {
    padding-bottom: 16px;
}

.rzh-card-content .htms-function-tip {
    margin: 12px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgb(12 37 91 / 10%);
}

.rzh-card-content .htms-function-right-p {
    padding: 0;
    box-shadow: none;
}
.rzh-card-content .industrial-park-hr{
    display: none;
}
/* 服务行业二级页面Banner */
.sec_industry_banner {
    background: #ffffff;
    margin-top: 44px;
}

.sec_industry_banner .bg {
    width: 100px;
    height: 186px;
    position: absolute;
    right: 0;
    top: 135px;
    z-index: 1;
}

.sec_industry_banner .banner-product-content {
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 2;
}

.sec_industry_banner .banner {
    height: 188px;
}

.sec_industry_banner .banner-product-title {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #090F21;
    line-height: 37px;
    letter-spacing: 1px;
}

.sec_industry_banner .banner-product-re {
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
    opacity: 0.5;
}

.sec_industry_banner .banner-product-line {
    margin-top: 20px;
    width: 70px;
    height: 2px;
    background: #090F21;
}

.sec_industry_banner .banner-product-txt {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
/*行业成功案例*/
.hcmb-industry-tips {
    margin: 20px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
}

.hcmb-industry-tip-img img {
    width: 100%;
}

.hcmb-industry-tip-icon {
    margin: 16px 0 0 16px;
}

.hcmb-industry-tip-icon img {
    width: 32px;
    height: 32px;
}

.hcmb-industry-xiajiantou {
    padding: 12px 16px 24px;
    display: flex;
    justify-content: space-between;
}

.xiajiantou2 {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    transition: all 0.3s;
}

.xiajiantou3 {
    transition: all 0.3s;

}

.open33 {
    padding:12px 16px 16px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
    margin-top: -24px;
}
