/* 通用 */
/* ------------------------八等分 开始*/
.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
   
  .col-xs-1-8 {
    width: 12.5%;
    float: left;
  }
   
  @media (min-width: 768px) {
    .col-sm-1-8 {
      width: 12.5%;
      float: left;
    }
  }
   
  @media (min-width: 992px) {
    .col-md-1-8 {
      width: 12.5%;
      float: left;
    }
  }
   
  @media (min-width: 1200px) {
    .col-lg-1-8 {
      width: 12.5%;
      float: left;
    }
  }
  /* ------------------------八等分 结束*/
  /* ------------------------五等分  开始 */
  .col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
   
  .col-xs-1-5 {
    width: 20%;
    float: left;
  }
   
  @media (min-width: 768px) {
    .col-sm-1-5 {
      width: 20%;
      float: left;
    }
  }
   
  @media (min-width: 992px) {
    .col-md-1-5 {
      width: 20%;
      float: left;
    }
  }
   
  @media (min-width: 1200px) {
    .col-lg-1-5{
      width: 20%;
      float: left;
    }
  }
  /* ------------------------五等分  结束 */
  /* <!-- 五等分 模块 开始 --> */
  .card{
    border: 0 !important;
  }
  .card-m{
    margin: -50px 5px 5px;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
  }
  .card-m:hover{ 
    box-shadow: 3px 0px 15px #ccc !important;
  }
  .card-m:hover h4{
    color: #365297;
  }
  .card-m img{
    width: 20px;
    height: 20px;
    background: linear-gradient(150deg, #62a7dd 0%, #365297 100%);
    border-radius: 3px;
    margin: 17px 10px;
    transition: all 0.5s linear;
  }
  
  .card-m:hover img{
     transform:scale(1.4);
     transition-timing-function:ease-in-out;
  }
  @media (max-width: 992px) {
    .card-m{
        margin:10px 20px;
    }
    .card-m img{
        width: 20px;
        height: 20px;
    }
  }
  @media (max-width: 1200px) {
    .card h4{
        font-size: 16px !important;
    }
    .card-m img{
        width: 15px;
        height: 15px;
    }
    .card p{
        font-size: 10px !important;
    }
  }
  /* <!-- 五等分 模块 开始 --> */
 /* 标题 */
.tit-2024 {
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  padding: 50px 0;
}

.tit-2024 h2 {
  font-weight: normal !important;
  font-size: 28px;
  color: #333333;
}

.tit-2024 span {
  color: #199fff;
  font-size: 34px;
}

.tit-2024 p {
  margin-top: 10px;
  color: #7f868e;
  font-size: 16px;
  letter-spacing: 1px;
}
/* 标题/ */
/* 一比一图文 */
.script-tuwen{

}
.script-tuwen .left-img{
  width: 100%;
  height: auto;
}
.script-tuwen ul{
  width: 100%;
}
.script-tuwen ul li{
  width: 30%;
  margin: 1.6%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.script-tuwen ul li img{
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}
.script-tuwen ul li h5{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0a89e2;
}
.script-tuwen ul li p{
  font-size: 14px;
  line-height: 26px;
  opacity: 0.8;
  color: #888;
}
/* 一比一图文/ */
/* 案例展示 */
.script-anli{
  background: url(../../../front/public/image/cloud/jiantou_6_iqjf.png) no-repeat;
  background-position:center bottom;
  width: 100%;
  height: 936px;
  padding-top: 60px;
}
/* 标题2 */
.tit2-2024 {
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
}

.tit2-2024 h2 {
  font-weight: normal !important;
  font-size: 28px;
}

.tit2-2024 span {
  font-size: 34px;
}

.tit2-2024 p {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
/* 标题2/ */
.script-anli .anli-img{
  width: 236px;
}
.more{
  color: #0a89e2;
  width: 168px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 43px;
  display: inline-block;
  margin:50px auto;
}
.more:hover{
  color: #fff!important;
  background-color: #0a89e2;
}
/* 案例展示/ */
/* 吹牛 */
.script-chuiniu li{
  width: 230px;
  text-align: center;
  padding-bottom: 180px;
  padding-top: 60px;
}
.script-chuiniu li img{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.script-chuiniu li h5{
  font-size: 24px;
  margin-bottom: 20px;
}
.script-chuiniu li p{
  font-size: 18px;
  color: #666;
}
/* 吹牛/ */
