.contain{
    min-width: 1200px;
    width: 100%;
    background: #ffffff;
}
/*Banner*/
.banner-product {
    margin-top: 60px;
    box-sizing: border-box;
    padding: 80px 0 0;
    width: 100%;
    height: 440px;
    background: url("../../../uploads/p_hzero/hzero-banner.png") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.banner-product-content {
    margin: 0 auto;
    width: 1200px;
}

.banner-product-logo {
    width: 186px;
    height: 57px;
    background: url("../../../uploads/p_hzero/hzero-logo.svg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.banner-product-title {
    font-size: 36px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 50px;
}

.content-label {
    display: flex;
    align-items: center;
}

.content-label span {
    margin: 30px 20px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.2);
    line-height: 22px;
}

.content-label span:after {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 12px;
    background-color: rgba(9, 15, 33, 0.2);
}

.last-label:after {
    display: none !important;
}

.banner-product-content h1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 33px;
}

.banner-product-content p {
    margin-top: 16px;
    width: 760px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    word-break: break-all;
}

.banner-product-Button {
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 170px;
    height: 40px;
    border: 1px solid #4DB7DD;
}

.banner-product-Button span {
    font-size: 16px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 22px;
}

.banner-product-Button img {
    width: 32px;
}

.banner-product-re{
    font-size:20px;
    font-weight:300;
    color:rgba(9,15,33,1);
    line-height:28px;
    margin-top: 20px;
    opacity: .5;
}

.button{
    margin: 30px auto 0;
    width: 324px;
    height: 40px;
}
.btn{
    width:140px;
    height:40px;
    border:1px solid rgba(9,15,33,1);
    line-height: 40px;
    text-align: center;
    float: left;
}
.btn:first-child{
    margin-right: 40px;
}
.btn:hover{
    border: 1px solid #4DB7DD;
    background: #4DB7DD;
    color: #ffffff;
}

/*平台架构*/
.card {
    background: rgba(248, 249, 250, 1);
    position: relative;
    font-weight: 400;
    text-align: center;
    padding: 60px 0;
}
.card .hd-h2{
    height:20px;
    font-size:14px;
    color:#090F21;
    margin-top: 20px;
    line-height:20px;
}
.card h1 {
    position: relative;
    z-index: 99;
    font-size: 30px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 42px;
}

.card h2 {
    position: relative;
    z-index: 99;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.2);
    line-height: 20px;
    letter-spacing: 10px;
    text-indent: 10px;
}

.card > p {
    position: relative;
    z-index: 99;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    opacity: .5;
}

.card-content {
    transform: translateY(50px);
    opacity: 0;
}

.card-content-show {
    transform: translateY(0);
    opacity: 1;
}

.square-item1 {
    position: absolute;
    top: -60px;
    left: 0;
    width: 126px;
}

.square-item2 {
    position: absolute;
    top: 32px;
    left: 126px;
    width: 74px;
}

.square-item3 {
    position: absolute;
    top: 44px;
    right: 32px;
    width: 282px;
}

.blowUp-style {
    top: -40px !important;
    transform: scale(1.2);
}

/*icon列表组件*/
/*1.icon+文字+介绍，竖向排列*/
.vertical-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
}

.vertical-icon-box > .icon-box {
    box-sizing: border-box;
    padding: 30px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px 0 rgba(10, 44, 115, 0.08);
}

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

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

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

/*2.icon+文字+介绍，横向排列*/
.cross-icon-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 23px 30px;
    display: flex;
    align-items: flex-start;
    width: 1200px;
    height: 94px;
    transition: all .5s;
}

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

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

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

.cross-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;
}

.cross-icon-box > .icon-content > p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 20px;
    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;
}

/*公司介绍banner部分*/
.banner-single {
    margin-top: 60px;
    box-sizing: border-box;
    width: 100%;
    height: 440px;
    background: url("../../../uploads/introduct/company-banner.png") no-repeat center;
    background-size: 1920px 440px;
    -webkit-background-size: 1920px 440px;
    -o-background-size: 1920px 440px;
}

.banner-single div {
    padding-top: 140px;
    margin: 0 auto;
    width: 1200px;
}

.banner-single div h1 {
    font-size: 44px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 62px;
    letter-spacing: 2px;
}


.banner-single div h2 {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    letter-spacing: 10px;
    text-indent: 10px;
}

/*Swiper*/
/*功能展示swiper,轮播有翻页效果*/
.function-swiper {
    position: relative;
    z-index: 99;
    margin: 24px auto 0;
    width: 1200px;
}

.function-swiper .swiper-container {
    width: 970px;
    height: 420px;
}

.function-swiper .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 46px 40px;
    width: 890px;
    height: 380px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px 0 rgba(12, 37, 91, 0.1);
}

.function-swiper .swiper-content {
    margin: 30px 0 0 37px;
    width: 245px;
    text-align: left;
}

.function-swiper .swiper-content .content-bg {
    position: absolute;
    top: 70px;
    left: 40px;
    width: 43px;
    height: 112px;
    background: url("../../../uploads/innovative/quo-top.png") no-repeat;
}

.function-swiper .swiper-slide .swiper-img {
    width: 460px;
    height: 287px;
}


.function-swiper .swiper-content .swiper-content-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 28px;
    letter-spacing: 0;
}

.function-swiper .swiper-content li {
    margin-top: 16px;
    width: 235px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 20px;
}

.function-swiper .swiper-button-prev, .swiper-button-next {
    top: 170px;
    transform: scale(0.5);
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #ffffff;
}

.function-swiper .swiper-button:hover {
    background-color: #4DB7DD;
    color: #fff;
    transition: all .3s;
}

.swiper-pagination-bullet-active{
    background: #4DB7DD
}

/*混合云平台swiper,平移轮播效果*/
.contain-swiper {

}

/*底部新闻*/
.news-box {
    padding: 60px 0 40px 0;
    text-align: center;
    background: #ffffff;
}

.news-contain {
    width: 1200px;
    height: 410px;
    margin: 58px auto 0;
    display: flex;
}

.news-contain li {
    position: relative;
    margin-left: 40px;
    width: 380px;
    height: 360px;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
    transition: .5s;
}

.news-item-box:first-child {
    margin-left: 0;
}

.news-item-box img {
    width: 380px;
    height: 160px;
    display: block;
}

.news-item-box h2 {
    margin: 24px 30px 0 30px;
    width: 320px;
    height: 60px;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
}

.news-item-box p {
    margin: 14px 30px 0 30px;
    width: 320px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: rgba(9, 15, 33, 0.4);
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    transition: .3s;
    word-break: break-all;
}

.hover-date {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: -6px;
    left: 0;
    padding: 10px 15px;
    width: 96px;
    height: 46px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    background: url("../../../uploads/hzero/news-time.svg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    display: inline-block;
    opacity: 0;
    transform: translateX(5px);
    transition: .3s;
}

.news-item-box:hover {
    transition: 0.5s;
    margin-top: -22px;
    /*width: 400px;*/
    height: 410px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px 0 rgba(129, 225, 237, 0.3);
}

.news-item-box:hover .hover-date {
    transform: translateX(0px);
    opacity: 1;
}

.news-item-box:hover p {
    height: 102px;
}

.news_box {
    display: none;
}

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

.see-more p {
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
}

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

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

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

.see-more:hover {
    padding: 9px 15px;
}

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

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

.see-more:hover p {
    color: #ffffff;
    transition: .5s;
}

.hand-button {
    position: relative;
    box-sizing: border-box;
    width: 154px;
    height: 40px;
    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: 154px;
    height: 40px;
    color: #000;
    line-height: 40px;
    padding-left: 24px;
    background-image: url('../../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('../../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;
}

/*平台架构内容部分*/
.structure {
    position: relative;
    z-index: 99;
    margin: 42px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    height: 480px;
}

.structure .structure-img {
    width: 580px;
    height: 400px;
    cursor: url("../../../uploads/p_hzero/blowUp.svg"), pointer;
}

.structure .structure-content {
    box-sizing: border-box;
    padding: 0 30px 24px;
    margin-left: 100px;
    width: 435px;
    height: 480px;
    text-align: left;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
    overflow-y: scroll;
}

.structure-content h2 {
    margin-top: 20px;
    z-index: 1;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
}

.structure-content p {
    z-index: 1;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(9, 15, 33, 0.4);
    line-height: 30px;
}

/*滚动条样式*/
.structure-content::-webkit-scrollbar {
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.structure-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    width: 4px;
    border-radius: 3px;
    opacity: 0.1;
}

.structure-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.none-scroll {
    overflow-y: hidden !important;
}

/*number*/
.compete_box {
    width: 100%;
    position: relative;
    background: rgba(248, 249, 250, 1);
    text-align: center;
}

.compete {
    margin: 0 auto;
}

.compete_tips {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.compete_tip1 { /*蓝色数字*/
    width: 128px;
    height: 86px;
}

.compete_tip1_number {
    font-size: 30px;
    font-weight: bold;
    color: #4DB7DD;
    line-height: 41px;
    text-align: left;
}

.compete_tip1_line {
    width: 34px;
    height: 1px;
    background: rgba(9, 15, 33, 1);
    opacity: 0.2;
    margin: 16px 0;
}

.compete_tip1_txt {
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
    text-align: left;
}

.compete_tip2 { /*黑色数字*/
    width: 346px;
    height: 165px;
    z-index: 99;
}

.compete_tip2_tit {
    font-size: 36px;
    font-weight: 600;
    color: rgba(9, 15, 33, 1);
    text-align: center;
    line-height: 50px;
}

.compete_tip2_re {
    margin-top: 22px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.compete_tip2_txt {
    margin: 12px auto 0;
    width: 280px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    color: rgba(9, 15, 33, .5);
    line-height: 22px;

}

.img-compete { /*背景图片*/
    position: absolute;
}

.compete_tip3 { /*竖框框的黑色数字*/
    width: 175px;
    height: 335px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.compete_tip3_num {
    font-size: 36px;
    font-weight: 600;
    color: rgba(9, 15, 33, 1);
    line-height: 50px;
    margin-top: 40px;
}

.compete_tip3_tit {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 25px;
}

.compete_tip3_txt {
    margin-top: 20px;
}

.compete_tip3_txt li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    opacity: .5;
}


/* Tabs组件 */
.hand_tabs {
    clear: both;
}

.hand_tabs .hand_tabs_header {
    display: flex;
}

.hand_tabs .hand_tabs_content {
    position: relative;
}

.hand_tabs .hand_tabs_content.selected {
    display: block;
}

/*Content*/
.product {
    /*width: 1260px;
    margin: 100px auto 0;*/
}

.product-word {
    width: 460px;
    text-align: left;
    float: left;
}

.product-word > h2 {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 33px;
    letter-spacing: 0px;
}

.product-word > p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    margin-top: 20px;
}

.product-img {
    float: left;
}

.hand_tabs .hand_tabs_content .tabpanel {
    position: absolute;
    display: none;
}
/* 产品特性&&平台技术栈Tab */
.hzero-technology {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 100px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
}

.hzero-technology > div {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.hzero-technology ul li {
    margin: 30px 0 0 30px;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    color: rgba(29, 35, 37, 0.4);
    line-height: 28px;
}

.hzero-technology ul li:first-child {
    margin: 0 0 0 30px;
}

.type-light {
    color: rgba(29, 35, 37, 1) !important;
    font-weight: 500 !important;
}
.hzero-technology .hzero-technology-content {
    box-sizing: border-box;
    padding: 20px 50px 0;
    margin-left: 96px;
    width: 994px;
    height: 319px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 14px 0 rgba(12, 37, 91, 0.1);
}


.hzero-technology-content > p {
    width: 894px;
    margin-bottom: 16px !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 30px;
    text-align: left;
}

/*背景图片滚动*/
.scroll-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 299px;
}

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

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

.scroll-background .bg-img3 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 265px;
    width: 127px;
    height: 111px;
    background: url("../../../static/img/common/compete3.svg");
}

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

/*number类*/
.number-contain1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 150px;
}

.number-contain1 > .number {
    font-size: 30px;
    color: #4DB7DD;
    line-height: 36px;
}

.number-contain1 > .number-line {
    margin: 16px 0;
    width: 34px;
    height: 1px;
    background: rgba(9, 15, 33, 1);
    opacity: 0.2;
}

.number-contain1 > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 20px;
}

/*产品简介部分*/
/*融合中台介绍*/
.overview-intro{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    padding: 60px 0;
}
.overview-intro-left{
    float: left;
    width: 660px;
    height: 270px;
}
.overview-intro-left h2{
    font-size:24px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:33px;
    text-align: left;
    margin-top: 19px;
    letter-spacing: 0px;
}
.overview-intro-left > p{
    width:660px;
    height:120px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:30px;
    margin-top: 20px;
}

.overview-intro-right{
    float: right;
    width:480px;
    height:270px;
}

.overview-re{
    width:500px;
    height:28px;
    font-size:20px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:28px;
    opacity: 0.5;
    margin-top: 20px;
}

/*左右入场部分：一诺合同竞争优势*/
.hcbm-advantage{
    background: #ffffff;
}

.hcbm-advantage-con{
    width: 1200px;
    margin: 40px auto 0;
}

.hcbm-advantage-tip{
    height: 216px;
    margin-bottom: 99px;
}

.hcbm-advantage-tip-left{
    float: left;
    width: 460px;
    height: 216px;
    text-align: left;
    margin-left: 48px;
}

.hcbm-advantage-icon{
    margin-top: 10px;
    width: 72px;
}

.hcbm-advantage-tip-left h1{
    font-size:24px;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:33px;
    margin-top: 22px;
}

.hcbm-advantage-tip-left p{
    margin-top: 10px;
    opacity: .5;
    width:460px;
    height:60px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:30px;
}

.hcbm-advantage-tip-right{
    float: left;
    width:580px;
    height:216px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    position: relative;
}

.hcbm-advantage-img{
    position: absolute;
    width: 207px;
    height: 207px;
    top: 28px;
    left: 450px;
    z-index: 2;
}

.hcbm-advantage-txt{
    margin: 30px 0 0 40px;
}

.hcbm-advantage-txt ul{
    float: left;
    margin-right: 40px;
}

.hcbm-advantage-txt li{
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:24px;
    margin-bottom: 20px;
    text-align: left;
}

.hcbm-advantage-num{
    position: absolute;
    width:81px;
    height:112px;
    font-size:80px;
    font-weight:600;
    color:rgba(9,15,33,1);
    line-height:112px;
    top: 12px;
    left: 400px;
    z-index: 1;
    opacity: 0.05;
}

/*服务行业*/
.hcmb-industry{
    background: #ffffff;
}

.hcmb-industry-con{
    margin: 20px auto 0;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 1200px;
    height: 654px;
    flex-wrap: wrap;
}

.hcmb-industry-tips{
    width:380px;
    height:312px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    position: relative;
    /*margin-left: 30px;*/
}

.hcmb-industry-tip{
    width:380px;
    height:312px;
    transition: all .3s;
}

.hcmb-industry-tip-img{
    width: 380px;
    height: 160px;
}

.hcmb-industry-tip-icon{
    width: 40px;
    height: 40px;
    margin: 30px 0 0 30px;
}

.hcmb-industry-tip p{
    margin: 28px 0 0 30px;
    text-align: left;
    font-size:18px;
    color:rgba(9,15,33,1);
    line-height:24px;
}

.hcmb-industry-tip-hover{
    width:320px;
    height:252px;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}

.hcmb-industry-tip-icon1{
    width: 40px;
    height: 40px;
    margin: 0;
}

.hcmb-industry-tip-hover h1{
    height:24px;
    font-size:18px;
    color:rgba(9,15,33,1);
    line-height:24px;
    text-align: left;
    margin-top: 18px;
}

.hcmb-industry-tip-hover h3{
    width:322px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:30px;
    text-align: left;
    margin-top: 20px;
}

.hcmb-industry-tip-hover p{
    width:322px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,.5);
    line-height:30px;
    text-align: left;
    margin-top: 20px;
}

.hcmb-industry-tips:hover .hcmb-industry-tip{
    opacity: 0;
    transition: all .3s;
}

.hcmb-industry-tips:hover .hcmb-industry-tip-hover{
    opacity: 1;
    transition: all .3s;
}

/*服务行业*/
.hcmb-industry{
    background: #ffffff;
}

.case{
    margin-top: 0;
}

.hcmb-industry-con{
    margin: 20px auto 0;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 1200px;
    height: 654px;
    flex-wrap: wrap;
}

.hcmb-industry-tips{
    width:380px;
    height:312px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    position: relative;
    overflow: hidden;
    /*margin-left: 30px;*/
}

.hcmb-industry-tip{
    width:380px;
    height:312px;
    transition: all .3s;
}

.hcmb-industry-tip-img{
    width: 380px;
    height: 160px;
}

.hcmb-industry-tip-icon{
    width: 40px;
    height: 40px;
    margin: 30px 0 0 30px;
}

.hcmb-industry-tip p{
    margin: 28px 0 0 30px;
    text-align: left;
    font-size:18px;
    color:rgba(9,15,33,1);
    line-height:24px;
}

.hcmb-industry-tip-hover{
    width:320px;
    height:252px;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(312px);
    transition: all .3s;
}

.hcmb-industry-tip-icon1{
    width: 40px;
    height: 40px;
    margin: 0;
}

.hcmb-industry-tip-hover h1{
    height:24px;
    font-size:18px;
    color:rgba(9,15,33,1);
    line-height:24px;
    text-align: left;
    margin-top: 18px;
}

.hcmb-industry-tip-hover h3{
    width:322px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:30px;
    text-align: left;
    margin-top: 20px;
}

.hcmb-industry-tip-hover p{
    width:322px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,.5);
    line-height:30px;
    text-align: left;
    margin-top: 20px;
}

.hcmb-industry-tips:hover .hcmb-industry-tip{
    opacity: 0;
    transform: translateY(-312px);
    transition: all .3s;
}

.hcmb-industry-tips:hover .hcmb-industry-tip-hover{
    transform: translateY(0);
    opacity: 1;
    transition: all .3s;
}

.hcmb-industry-tip-txt img{
    width: 320px;
    margin-top: 10px;
}

/*面包屑导航*/
.hd-breadcrumb-bg{
    width: 100%;
    background: #F8F9FA;
    margin-top: 60px;
}

.hd-breadcrumb{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}

.hd-breadcrumb-item{
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:20px;
    margin-right: 20px;
}

.hd-breadcrumb-item::after{
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 20px;
    background: url("/uploads/case/rightRow.svg") 10px 10px;
    display: inline-block;
}

.hd-breadcrumb-item:last-child::after{
    display: none;
}