﻿body * {
    box-sizing: border-box;
    flex-shrink: 0;
  }
  body {
    font-family: Puhui-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
      Arial-Light, Microsoft YaHei;
  }
  button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
  }
  
  button:active {
    opacity: 0.6;
  }
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
ul li {
  list-style: none;
}
html,body,ul,li {
  margin:  0;
  padding:  0;
}
.banner-b {
    position:  relative;
}
.banner-b .hd {
    /* width: 100%; */
    /*height: 15px;*/
    overflow: hidden;
    position: absolute;
    left: 50%;
    /*bottom: 22%;*/
    bottom:18px;
    z-index: 1;
    text-align: center;
    margin-left: -70px;
}

.banner-b .hd ul {
    overflow: hidden;
    zoom: 1;
    /*float: left;*/
    text-align: center;
    display: inline-block;

}

.banner-b .hd ul li {
    float: left;
    margin-right: 4px;
    width: 16px;
    height: 4px;
    /*padding: 3px 25px;*/
    line-height: 4px;
    text-align: center;
    background: #e5e7eb;
    opacity: .8;
    cursor: pointer;
    border-radius: 4.5px;
}

.banner-b .hd ul li.on {
    opacity: 1;
    background: #2763FB;
    color: #fff;
}

.bg-imgs {
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 1200px;
}
.bg-imgs-1 {
  background-image: url(../images/banner1.jpg);
}
.bg-imgs-2 {
  background-image: url(../images/banner2.jpg);
}
.bg-imgs-3 {
    background-image: url(../images/banner3.jpg);
}
.bd {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:  100%;
}
.bd li {
    position: relative;
}
.bg-imgs .carousel-caption {
    position: absolute;
    top: 143px;
    width: 1200px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: left;
    text-shadow: none;
}
.banner-b .carousel-caption h6 {
    font-size: 28px;
    color: #8da2ff;
    margin: 0 0 25px 0;
    font-weight: 400;
    white-space: nowrap;
}
.banner-b .carousel-caption P {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
    width: 450px;
    line-height: 65px;
    margin-top:  0;
}
.banner-b .carousel-caption a {
    display: inline-block;
    width: 128px;
    height: 42px;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    background: #3772ff;
    text-align: center;
    border-radius: 4px;
    margin-top: 50px;
    text-decoration: none;
}
.banner-logo-box img {
    height:  28px;
    margin-bottom: 16px;
}
.banner-b .star {
  position: absolute;
    top: -80px;
    left: -220px;
}
.banner-b .star1 {
    position: absolute;
    top: 238px;
    left: 782px;
}
.banner-b .shine1 {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 88px;
    height: 86px;
    position: absolute;
    animation: opacity-change 1s ease-in-out infinite;
    -webkit-animation: opacity-change 1s ease-in-out infinite;
    -moz-animation: opacity-change 1s ease-in-out infinite;
    -o-animation: opacity-change 1s ease-in-out infinite;
}
.banner-b .shine21 {
    animation: opacity-change 2.3s ease-in-out infinite;
    -webkit-animation: opacity-change 2.3s ease-in-out infinite;
    -moz-animation: opacity-change 2.3s ease-in-out infinite;
    -o-animation: opacity-change 2.3s ease-in-out infinite;
}

.banner-b .shine {
    background-image: url(../images/guang.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 615px;
    height: 410px;
    position: absolute;
    animation: opacity-change 1s ease-in-out infinite;
    -webkit-animation: opacity-change 1s ease-in-out infinite;
    -moz-animation: opacity-change 1s ease-in-out infinite;
    -o-animation: opacity-change 1s ease-in-out infinite;
}
.banner-b .shine2 {
    animation: opacity-change 3s ease-in-out infinite;
    -webkit-animation: opacity-change 3s ease-in-out infinite;
    -moz-animation: opacity-change 3s ease-in-out infinite;
    -o-animation: opacity-change 3s ease-in-out infinite;
}
@keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes opacity-change {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.banner-inner-b {
    width: 1200px;    
    top: 50px;
    height: 500px;
    right: 50%;
    margin-right: -600px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
}
.banner-inner-b .bid {
    width:  600px;
}
.banner-inner-b img {
    width:  100%;
}
/*****************************************************/
  /*设置动画*/
  @keyframes key {
    0% {
        -webkit-transform: translateY(200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
.page {
    z-index: 1;
    position: relative;
    width: 1440px;
    /* height: 8560px; */
    background-color: rgba(255, 255, 255, 1);
    /* overflow: hidden; */
    margin: 0 auto;
  }
.page1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.xiaoshou{
    width: 1201px;
    height: 460px;
}
.xiaoshou1{
    display: flex;
    flex-direction: column;
}
.xiaoshoou_s{
    font-size: 16px;
font-family: Puhui-Medium;
font-weight: 500;
color: #FFFFFF;
opacity: .8;
}
.lingdao{
    width: 1200px;
    height: 484px;
}
.lingdao_s{
    font-size: 15px;
font-family: Puhui-Medium;
font-weight: 600;
color: #2763FB;
opacity: .7;
}
.liucheng_image{
    width: 1200px;
    height: 440px;
    margin: 60px auto;

}
.xiaoshou_kuang {
    z-index: 2187;
    height: 700px;
    background-image:url(../images/ball115_1.jpg) ;
    margin-top: 137px;
    /* width: 1440px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .touming1{
      position: absolute;
      width: 100px;
      height: 100px;
      top: 10%;
      left: 10%;
      z-index: -1;
  }
  .touming2{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 30%;
    left: 0%;
    z-index: -1;
}
.touming3{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 24%;
    right: 14%;
    z-index: -1;
}
.touming4{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 59%;
    right: 1%;
    z-index: -1;
}
 /* 详细了解天衣云CRM各行业解决方案 边框 移入效果*/
 .CRM_bk{
    /* border: 1px solid #193877; */
    background-color: #ffffff;
 }
 .yirukuang{
     width: 226px;
     height: 163px;
     overflow: hidden;
     margin: 0 2px 2px 0;
 }
 .yirukuang2{
    width: 226px;
    height: 163px;
    overflow: hidden;
}
 .yiru:hover{
    background-color: #f8fafe;
    cursor:pointer;
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
    transition: transform 1s;
    z-index: 999;
 }
 .ulx {
    z-index: auto;
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    /* margin: 16px 0 0 123px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .ul1 {
      width: 400px;
      height: 240px;
      /* background-color: aqua; */
      display: flex;
      justify-content: space-around;
      flex-direction:column;
      margin-top: -26px;
	  margin-left:10px;  }
  /* .li1::marker{
    color: #2d47f8;
      display: flex;
      flex-direction: row;
  } */
  .ul1 li::marker{
      color: #2d47f8;
  }
  .ul1 li{
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    margin-left: 34px;
  }
  .line{
    display: inline-block;
      width: 1px;
      height: 15px;
      display: block;
      background-color: #676767;
      opacity: .4;
      margin-left: 8px;
  }
  .dian{
      z-index: 333;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #2d47f8;
      margin-left: 6px;
  }
  .s{
    display: inline-block;
    color: #7d7d7d;
    margin-top: 2px;
    margin-left: 6px;
  }
  .p{
      display: inline-block;
      width: 261px;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
      margin-left: 8px;
      color: #7d7d7d;
      font-size: 16px;
  }
  .imgtab{
      width: 55px;
      height: 55px;
      margin-top: 20px;
      margin-left: 20px;
  }
.p1tap{
    font-size: 24px;
font-family: Puhui-Medium;
font-weight: 600;
color: #2B2F3A;
margin-top: 20px;
margin-left: 20px;
}
.p2tap{
    font-size: 14px;
font-family: Puhui-Regular;
font-weight: 400;
color: #394053;
width: 230px;
margin-top: 10px;
margin-left: 20px;
}
.p3tap{
    font-size: 14px;
font-family: Puhui-Regular;
font-weight: 400;
color: #394053;
width: 230px;
margin-top: 6px;
margin-left: 20px;
}
.p4tap{
    font-size: 14px;
font-family: Puhui-Regular;
font-weight: 400;
color: #394053;
width: 230px;
margin-top: 6px;
margin-left: 20px;
}
.div1{
    width: 100%;
    height: 500px;
    margin-top: 170px
}
.lunbo{
    width: 100%;
    height: 500px;
  ;
    list-style: none;
}
.lunboimg{
    width: 1440px;
    height: 500px;
}
.imgbg1{
    position: absolute;
}
.imgbg2{
    position: absolute;
}
/* s形流程图 */
.sx_title{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  flex-direction: column;
  margin-top: 80px;
}
.sx_titles1{
font-size: 38px;
font-family: Puhui-Medium;
font-weight: 600;
color: rgba(0, 0, 0, 0.8);
}
.sx_titles2{
font-size: 24px;
font-family: Puhui-Regular;
font-weight: 300;
color: #323232;
margin-top: 10px;
}
.ssskuang{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
}
.sss{
    /* background-image: url(../images/sss.png); */
    width: 1200px;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
}
.imgsss{
    width: 817px;
    height: 425px;
    /* position: absolute;
    top: 16%;
    left: 20%; */
}
.sss_1{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 50%;
    top: 63%;
}
.sss_2{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 65%;
    top: 6%;
}
.sss_3{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 85%;
    top: 27%;
}
.sss_4{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 85%;
    top: 51%;
}
.sss_5{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 71%;
    top: 82%;
}
.sss_6{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 31%;
    top: 84%;
}
.sss_7{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 2%;
    top: 60%;
}
.sss_8{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 1%;
    top: 31%;
}
.sss_9{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 36%;
    top: 28%;
}
.sss_10{
    width: 185px;
    height: 85px;
    position: absolute;
    left: 27%;
    top: 4%;
}

.sss_span{
    font-size: 16px;
font-family: Puhui-Medium;
font-weight: 600;
color: #2763FB;
}
.sss_p{
    font-size: 14px;
font-family: Puhui-Regular;
font-weight: 400;
color: #323232;
}
/* 6个图标 */
.sixtu{
    width: 100%;
    height: 187px;
    background-color: #1246d6;
    display: flex;
    justify-content: center;
}
.sixtu_ul{
    list-style: none;
    display: flex;
    width: 1200px;
    height: 100%;
    justify-content: space-around;
}
.sixtu_li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sixtu_1{
    width: 120px;
    height: 72px;
}
.sixtu_s1{
    font-size: 16px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    margin-top: 10px;
}
.sixtu_s1 a{color: rgba(255, 255, 255, 0.63);}
/* <!-- PAAS服务为企业管理助力 --> */
.PASS{
    margin-top: 0;
    width: 100%;
    height: 700px;
    background-image: url(../images/ball115_2.jpg);
    background-size:100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.PASS_p1{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    font-family: Puhui-Medium;
    margin-top: 50px;
}
.PASS_p2{
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: Puhui-Medium;
    margin-top: 16px;
    font-weight:  300;
}
.PASS_ul{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}
.PASS_li{
    display: flex;
    width: 360px;
    justify-content: space-around;
    margin-top: 50px;
}
.PASS_img{
    width: 64px;
    height: 64px;
}
.PASS_li_p1{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: Puhui-Medium;
    white-space: nowrap;
}
.PASS_li_p2{
    width: 258px;
    height: 40px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Puhui-Regular;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
/* 案例 */
.anlie{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.group78 {
    z-index: 339;
    position: relative;
    /* width: 1440px; */
    width: 1200px;
    height: 624px;
    overflow: hidden;
  }
  .word150 {
    /* z-index: 340; */
    margin: 0 auto;
    margin-top: 80px;
    /* position: absolute;
    left: 410px;
    top: 74px; */
    width: 621px;
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 38px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 53px;
    text-align: center;
    font-weight: 600;
  }
  .Lift{
      position: absolute;
    z-index: 99;
    height: 374px;
  }
  .Right{
      position: absolute;
      right: 0;
      z-index: 99;
      height: 374px;
  }
/* 四大优势 */
.sidayoushi{
    width: 100%;
      background: url(../images/ball115_3.jpg)
      100% no-repeat;
      background-size: 100% 100%;
      height: 638px;
      z-index: 4;
      
}
.liaojie{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    background-color: rgba(249, 250, 252, 1);
}


.word25_25 {
    z-index: 2824;
    width: 532px;
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(49, 49, 49, 1);
    font-size: 38px;
    white-space: nowrap;
    line-height: 53px;
    text-align: center;
    align-self: center;
font-family: Puhui-Medium;
font-family: Puhui-Medium;
font-weight: 600;
color: #313131;
  }

  .word26_26 {
    z-index: 2823;
    width: 432px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    align-self: flex-end;
    margin: 4px 389px 0 0;
font-family: Puhui-Medium;
font-weight: 300;
color: #313131;
  }

  .tapline{
      width: 1200px;
      height: 1px;
      background-color: #c6d2ef;
      margin-top: 13px;
      z-index: -1;
  }
  
  a {
            text-decoration: none;
        }

  .slideTxtBox_fu {
      position: relative;
  }

  .slideTxtBox_zi1 {
      position: absolute;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background-color: #2763fb;
      top: 30%;
      right: -8%;
      z-index: -1;
      opacity: .2;
  }

  .slideTxtBox_zi2 {
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background-color: #2763fb;
      top: 65%;
      left: -8%;
      z-index: -1;
      opacity: .2;
  }

  .slideTxtBox {
      width: 1440px;
      margin-top: 85px;
      z-index: 99;
  }

  .slideTxtBox .hd {
      width: 1440px;

      height: 47px;
      line-height: 60px;
      padding: 0 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }

  .slideTxtBox .hd ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      left: 20px;
      top: -1px;
      height: 32px;
      list-style: none;
      width: 1200px;
  }

  .slideTxtBox .hd ul li {
      float: left;
      padding: 0 15px;
      cursor: pointer;
      font-size: 24px;
      font-family: Puhui-Medium;
      font-weight: 500;
      color: #4F5574;
  }

  .slideTxtBox .hd ul li.on {
      color: #2763fb;
      border-bottom: 5px solid #2763fb;
  }

  .slideTxtBox .bd {
      display: flex;
      justify-content: center;
  }

  .slideTxtBox .bd ul {
      padding: 15px;
      /* zoom: 1; */
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      z-index: 99;
      height: 535px;
      overflow: hidden;
      width: 1250px;
  }

  .slideTxtBox .bd li {
      margin-top: 10px;
      width: 285px;
      height: 234px;
      background: rgba(233, 241, 255, 0.42);
      border-radius: 8px;
  }

  .slideTxtBox .bd li:hover {
      cursor: pointer;
      box-shadow: 0 0 10px #888888;
      background: #FFFFFF;
      box-shadow: 0 2px 10px 0 rgba(120, 140, 185, 0.17);
  }

  .slideTxtBox .bd li .date {
      float: right;
      color: #999;
  }

  * {
      margin: 0;
      padding: 0;
  }

  #div1 {
      width: 1200px;
      height: 374px;
      margin: 100px auto;
      background-color: #646464;
      position: relative;
      overflow: hidden;
      margin-top: 50px;
  }

  #div1 ul {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      background-color: #3b7796;
  }

  #div1 ul li {
      float: left;
      width: 1200px;
      height: 374px;
      list-style: none;
  }

  #div1 ul li img {
      width: 1200px;
      height: 374px;
  }


/**************************************************************************************************************************/
.flex-col {
    display: flex;
    flex-direction: column;
  }
  /* .flex-row {
    display: flex;
    flex-direction: row;
  } */
  .word25 {
    z-index: 2824;
    /* width: 532px; */
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(49, 49, 49, 1);
    font-size: 38px;
    white-space: nowrap;
    line-height: 53px;
    text-align: center;
    align-self: center;
font-family: Puhui-Medium;
font-weight: 600;
color: #FFFFFF;
text-shadow: 0px 2px 10px rgba(29, 83, 185, 0.54);
  }
    
  .word26 {
    z-index: 2823;
    /* width: 432px; */
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    align-self: flex-end;
    margin: 4px 382px 0 0;
    color: #FBFCFF;
    font-weight:  300;
  }
  .section7 {
    z-index: auto;
    width: 1199px;
    height: 449px;
    /* margin-top: 65px; */
    margin-top: 20px;
    justify-content: space-between;
  }
  .group19 {
    z-index: 2187;
    height: 700px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 24px;
    width: 1440px;
    justify-content: center;
    align-items: center;
  }
  .group20 {
    z-index: auto;
    width: 1199px;
    height: 604px;
  }
    
  .group56 {
    z-index: 3;
    height: 638px;
      background: url(../images/ball115_3.jpg)
      100% no-repeat;
      background-size: 100% 100%;
    width: 1440px;
  }
  .box56 {
    z-index: auto;
    width: 469px;
    height: 53px;
    margin: 97px 0 0 489px;
  }
  .txt79 {
    z-index: 22;
    width: 469px;
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 38px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 53px;
    text-align: center;
    font-weight: 600;
  }
  .box57 {
    z-index: auto;
    width: 144px;
    height: 33px;
    margin: 4px 0 0 651px;
  }
  .word117 {
    z-index: 21;
    width: 144px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 33px;
    text-align: left;
    font-weight:  300;
  }
  .word119 {
    z-index: 6;
    width: 72px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    margin-left: 216px;
  }
  .word120 {
    z-index: 7;
    width: 96px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    margin-left: 216px;
  }
  .box58 {
    z-index: auto;
    width: 999px;
    height: 98px;
    justify-content: space-between;
    margin: 82px 0 0 224px;
  }
  .img5 {
    z-index: 32;
    width: 98px;
    height: 98px;
  }
  .box59 {
    z-index: auto;
    width: 997px;
    height: 33px;
    margin: 24px 0 0 224px;
  }
  .box60 {
    z-index: auto;
    width: 1138px;
    height: 44px;
    margin: 8px 0 0 151px;
  }
  .txt80 {
    z-index: 5;
    width: 97px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
  }
  .txt81 {
    z-index: 8;
    width: 96px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    margin-left: 204px;
  }
  .paragraph3 {
    z-index: 9;
    width: 244px;
    height: 44px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-family: Puhui-Regular;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .infoBox4 {
    z-index: 10;
    width: 244px;
    height: 44px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-family: Puhui-Regular;
    line-height: 22px;
    text-align: center;
    margin-left: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .info53 {
    z-index: 11;
    width: 232px;
    height: 44px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-family: Puhui-Regular;
    line-height: 22px;
    text-align: center;
    margin-left: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .infoBox5 {
    z-index: 12;
    width: 232px;
    height: 44px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-family: Puhui-Regular;
    line-height: 22px;
    text-align: center;
    margin-left: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
/* 流程图 */
  .group63 {
    z-index: 63;
    height: 690px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 78px;
    width: 1440px;
    position: relative;
  }
  
  .section32 {
    z-index: auto;
    width: 570px;
    height: 53px;
    margin: 12px 0 0 435px;
  }
  
  .word124 {
    z-index: 68;
    width: 600px;
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 38px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 53px;
    text-align: center;
    font-weight: 600;
	text-align: center;
  }
  
  .section33 {
    z-index: auto;
    width: 408px;
    height: 33px;
    margin: 12px 0 0 515px;
  }
  
  .txt83 {
    z-index: 67;
    width: 408px;
    height: 33px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 33px;
    text-align: center;
    font-weight:  300;
  }

  /* <!-- PAAS服务为企业管理助力 --> */

  /* <!-- 详细了解 天衣云CRM 各行业解决方案 --> */
  .group75 {
    z-index: 138;
    height: 700px;
    background-color: rgba(249, 250, 252, 1);
    /* box-shadow: inset -1px 0px 0px 0px rgba(219, 219, 225, 0.5); */
    width: 1440px;
    justify-content: center;
    align-items: flex-end;
    padding-right: 115px;
  }
  
  .mod37 {
    z-index: auto;
    width: 1204px;
    height: 657px;
    justify-content: space-between;
  }
  
  .section58 {
    z-index: auto;
    width: 238px;
    height: 235px;
    margin-top: 208px;
  }
  
  .paragraph8 {
    z-index: 139;
    width: 238px;
    height: 144px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 34px;
    font-family: Puhui-Medium;
    line-height: 48px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .bd66 {
    z-index: 141;
    width: 22px;
    height: 2px;
    background-color: rgba(30, 30, 30, 1);
    align-self: flex-start;
    margin-top: 26px;
  }
  
  .word138 {
    z-index: 140;
    width: 208px;
    height: 22px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 0.8);
    font-size: 16px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 22px;
    text-align: left;
    align-self: flex-start;
    margin-top: 41px;
  }
  
  .section59 {
    z-index: auto;
    width: 913px;
    height: 657px;
    flex-wrap: wrap;
  }
  
  .bd67 {
    z-index: 144;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  .wrap16 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon1 {
    z-index: 146;
    width: 44px;
    height: 44px;
  }
  
  .txt94 {
    z-index: 145;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd68 {
    z-index: 236;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .layer26 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label2 {
    z-index: 238;
    width: 44px;
    height: 44px;
  }
  
  .word139 {
    z-index: 237;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  .bd69 {
    z-index: 189;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .outer56 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label3 {
    z-index: 191;
    width: 44px;
    height: 44px;
  }
  
  .word140 {
    z-index: 190;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd70 {
    z-index: 287;
    height: 163px;
    margin-bottom: 2px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }
  
  .mod38 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon2 {
    z-index: 289;
    width: 44px;
    height: 44px;
  }
  
  .word141 {
    z-index: 288;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd71 {
    z-index: 157;
    height: 162px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .outer57 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label4 {
    z-index: 159;
    width: 44px;
    height: 44px;
  }
  
  .word142 {
    z-index: 158;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd72 {
    z-index: 248;
    height: 162px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .group76 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label5 {
    z-index: 250;
    width: 44px;
    height: 44px;
  }
  
  .word143 {
    z-index: 249;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  .bd73 {
    z-index: 205;
    height: 162px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .block24 {
    z-index: auto;
    width: 106px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon3 {
    z-index: 207;
    width: 44px;
    height: 44px;
  }
  
  .word144 {
    z-index: 206;
    width: 54px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd74 {
    z-index: 298;
    height: 162px;
    margin-bottom: 2px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }
  
  .box62 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .txt95 {
    z-index: 299;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd75 {
    z-index: 167;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .wrap17 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label6 {
    z-index: 169;
    width: 44px;
    height: 44px;
  }
  
  .txt96 {
    z-index: 168;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd76 {
    z-index: 265;
    height: 163px;
   /* border: 1px solid rgba(242, 244, 248, 1);*/
    /* background-color: rgba(248, 250, 254, 1); */
    width: 226px;
    margin: 0 2px 2px 0;
  }
  
  .section61 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
    margin: 60px 0 0 44px;
  }
  
  .label7 {
    z-index: 267;
    width: 44px;
    height: 44px;
  }
  
  .txt97 {
    z-index: 266;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  .bd77 {
    z-index: 216;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .box63 {
    z-index: auto;
    width: 106px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon4 {
    z-index: 218;
    width: 44px;
    height: 44px;
  }
  
  .word145 {
    z-index: 217;
    width: 54px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd78 {
    z-index: 308;
    height: 163px;
    margin-bottom: 2px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }
  
  .group77 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon5 {
    z-index: 310;
    width: 44px;
    height: 44px;
  }
  
  .txt98 {
    z-index: 309;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd79 {
    z-index: 179;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 45px;
    margin: 0 2px 2px 0;
  }
  
  .bd80 {
    z-index: auto;
    width: 123px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label8 {
    z-index: 181;
    width: 45px;
    height: 44px;
  }
  
  .word146 {
    z-index: 180;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd81 {
    z-index: 277;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .box64 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon6 {
    z-index: 279;
    width: 44px;
    height: 44px;
  }
  
  .word147 {
    z-index: 278;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  .bd82 {
    z-index: 226;
    height: 163px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
    margin: 0 2px 2px 0;
  }
  
  .box65 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .icon7 {
    z-index: 228;
    width: 44px;
    height: 44px;
  }
  
  .word148 {
    z-index: 227;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }
  
  .bd83 {
    z-index: 323;
    height: 163px;
    margin-bottom: 2px;
    width: 226px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }
  
  .layer27 {
    z-index: auto;
    width: 124px;
    height: 44px;
    justify-content: space-between;
  }
  
  .label9 {
    z-index: 325;
    width: 44px;
    height: 44px;
  }
  
  .word149 {
    z-index: 324;
    width: 72px;
    height: 25px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(30, 30, 30, 1);
    font-size: 18px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin-top: 10px;
  }

  /* <!-- CRM客户管理系统热点新闻 --> */
  .info62 {
    width: 469px;
    height: 53px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.8);
    font-size: 38px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 53px;
    text-align: left;
    align-self: center;
    margin-top: 24px;
    font-weight: 600;
  }
  
  .group80 {
    z-index: auto;
    width: 1197px;
    height: 138px;
    /* margin: 58px 0 0 123px; */
  }
  .main36 {
    height: 138px;
    border-radius: 8px;
    overflow: hidden;
    /* background: url(../images/27f656ceaf0b4307ba0f8d07f2be9783.gif)
      100% no-repeat; */
    margin-left: 28px;
    width: 382px;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding: 0 0 50px 35px;
  }
  .pic17 {
    position: absolute;
    left: 0;
    top: 0;
    width: 382px;
    height: 138px;
  }
  
  /*********************************/
  .group87 {
    z-index: 481;
    height: 392px;
    background-color: rgba(26, 28, 33, 1);
    /* margin-top: 146px; */
    width: 1440px;
    align-items: flex-end;
    position: relative;
  }
  
  .wrap19 {
    z-index: auto;
    width: 1280px;
    height: 392px;
    justify-content: space-between;
  }
  
  .mod80 {
    z-index: auto;
    width: 812px;
    height: 282px;
    margin-top: 64px;
  }
  
  .outer66 {
    z-index: auto;
    width: 720px;
    height: 21px;
  }
  
  .info75 {
    z-index: 520;
    width: 28px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
  }
  
  .info76 {
    z-index: 529;
    width: 28px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    margin-left: 138px;
  }
  
  .txt108 {
    z-index: 537;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
    margin-left: 138px;
  }
  
  .word168 {
    z-index: 555;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    margin-left: 110px;
  }
  
  .word169 {
    z-index: 545;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    margin-left: 110px;
  }
  .outer68 {
    z-index: auto;
    width: 760px;
    height: 21px;
    margin-top: 12px;
  }
  
  .txt109 {
    z-index: 521;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-top: 4px;
  }
  
  .word170 {
    z-index: 530;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-left: 114px;
  }
  
  .txt110 {
    z-index: 538;
    width: 60px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-left: 114px;
  }
  
  .word171 {
    z-index: 556;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-left: 106px;
  }
  
  .txt111 {
    z-index: 546;
    width: 96px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-left: 118px;
  }
  
  .outer69 {
    z-index: auto;
    width: 724px;
    height: 21px;
    margin-top: 8px;
    justify-content: space-between;
  }
  
  .word172 {
    z-index: 522;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-top: 4px;
  }
  
  .txt112 {
    z-index: 531;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .word173 {
    z-index: 539;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .txt113 {
    z-index: 557;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .info77 {
    z-index: 548;
    width: 60px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .outer70 {
    z-index: auto;
    width: 760px;
    height: 21px;
    margin-top: 8px;
    justify-content: space-between;
  }
  
  .word174 {
    z-index: 523;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-top: 4px;
  }
  
  .word175 {
    z-index: 532;
    width: 52px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .info78 {
    z-index: 540;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .txt114 {
    z-index: 558;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .word176 {
    z-index: 547;
    width: 96px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  .outer71 {
    z-index: auto;
    width: 736px;
    height: 21px;
    margin-top: 8px;
    justify-content: space-between;
  }
  
  .txt115 {
    z-index: 524;
    width: 48px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    margin-top: 4px;
  }
  
  .word177 {
    z-index: 549;
    width: 72px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .txt116 {
    z-index: 550;
    width: 148px;
    height: 17px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
    align-self: flex-end;
    margin-top: 8px;
  }
  
  .info79 {
    z-index: 566;
    width: 729px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
    margin-top: 77px;
  }
  
  .mod81 {
    z-index: 482;
    height: 392px;
    background-color: rgba(23, 24, 29, 1);
    width: 416px;
  }
  .wrap21 {
    z-index: auto;
    width: 146px;
    height: 24px;
    margin: 12px 0 0 58px;
  }
  
  .txt117 {
    z-index: 564;
    width: 146px;
    height: 24px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: Puhui-Regular;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .wrap22 {
    z-index: auto;
    width: 184px;
    height: 32px;
    margin: 12px 0 0 58px;
  }
  
  .word178 {
    z-index: 563;
    width: 184px;
    height: 32px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: Puhui-Regular;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrap24 {
    z-index: 568;
    height: 392px;
    background-color: rgba(26, 28, 33, 1);
    width: 1440px;
    justify-content: flex-end;
    padding-bottom: 25px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .group88 {
    z-index: auto;
    width: 1200px;
    height: 303px;
  }
  
  .outer72 {
    z-index: auto;
    width: 1180px;
    height: 72px;
  }
  
  .img20 {
    z-index: 616;
    width: 72px;
    height: 72px;
  }
  

  
  .info80 {
    z-index: 570;
    width: 28px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
  }
  .word180 {
    z-index: 579;
    width: 28px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
  }
  .txt118 {
    z-index: 587;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
  }
  .txt122 {
    z-index: 595;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
  }
  .txt123 {
    z-index: 614;
    width: 159px;
    height: 32px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: Puhui-Regular;
    line-height: 16px;
    text-align: left;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .word183 {
    z-index: 615;
    width: 146px;
    height: 24px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: Puhui-Regular;
    line-height: 24px;
    text-align: left;
    align-self: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bd89 {
    z-index: auto;
    width: 52px;
    height: 46px;
    margin-left: 130px;
  }
  .bd90 {
    z-index: auto;
    width: 48px;
    height: 46px;
    margin-left: 130px;
  }
  .bd91 {
    z-index: auto;
    width: 48px;
    height: 46px;
    margin-left: 134px;
  }
  .bd92 {
    z-index: auto;
    width: 96px;
    height: 75px;
    margin-left: 134px;
  }
  .outer74 {
    z-index: auto;
    width: 192px;
    height: 24px;
    margin-top: 9px;
    justify-content: space-between;
  }
   
  .icon10 {
    z-index: 617;
    width: 24px;
    height: 24px;
  }
  
  .label12 {
    z-index: 662;
    width: 24px;
    height: 24px;
  }
  
  .label13 {
    z-index: 676;
    width: 24px;
    height: 24px;
  }
  
  .icon11 {
    z-index: 682;
    width: 24px;
    height: 24px;
  }
  .outer75 {
    z-index: 3091;
    width: 1160px;
    height: 1px;
    background-color: rgba(216, 216, 216, 0.12);
    align-self: flex-end;
    margin-top: 44px;
  }
  
  .word191 {
    z-index: 693;
    width: 729px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-family: Puhui-Regular;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: center;
    margin-top: 20px;
  }

  .txt120 {
    z-index: 605;
    width: 56px;
    height: 21px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Puhui-Medium;
    white-space: nowrap;
    line-height: 21px;
    text-align: left;
    align-self: flex-start;
  }
  
  
  
  /**********/
  .toolbar {
			position: fixed;
			right: 0;
			bottom: 50%;
			height: auto;
			z-index: 10000;
		}
		.toolbar .toolbar-item {
			width: 68px;
			height: auto;
			background: #0058FF;
			position: relative;
			text-align: center;
			font-size: 13px;
			display: block;
			border-bottom: none;
			  margin-bottom: 1px;  
		}
		.toolbar .toolbar-item:first-child {
			background:#0D9CFF;
			border-radius: 4px 4px 0 0;
		}
		.toolbar .toolbar-item:last-child {
			border-radius: 0 0 4px 4px;
		}

		.toolbar .toolbar-item:hover {
			color: #fff;
			background: #004BD8;
			border-color: #004BD8;
			cursor: pointer;
		}
		.toolbar .toolbar-item:first-child:hover {
			color: #fff;
			background: #007EF7;
			border-color: #007EF7;
			cursor: pointer;
			
		}
		.toolbar .toolbar-item:hover .tel-details {
			display: block;
		}
		.toolbar .toolbar-item .tel-details {
			display: none;
			height: auto;
			position: absolute;
			left: -208px;
			top: 10px;
		}
		.tool-icon{
			padding-top: 12px;
		}
		.tool-text{
			color: #ffffff;
			margin-bottom: 10px;
			display: inline-block;
		}
		.onlineService .online-wrapper {
			position: absolute;
			top: 0;
			right: 73px;
			display:none;
		}
		.onlineService:hover .online-wrapper{
		   display:block;
		}
		.onlineService .qrcode-img{
			width:190px;
			margin-top:10px;
		}