.pb120 {
  padding-bottom: 120px;
}
/* 解决方案 目的 */
#team {
  padding-top: 80px;
  padding-bottom: 65px;
}
.team-member {
  padding: 10px;
}
.member-info {
  position: relative;
  margin: -50px 23px 25px;
  padding: 17px 10px;
  text-align: center;
  background: rgba(255,255,255, .98);
  z-index: 3;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.member-info h4 {
  font-size: 22px;
  font-family:"Microsoft YaHei";
  font-weight:bold;
  color:#10161A;
}
.member-info p {
  margin-top: 10px; 
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;  
  color: #868d99;
  font-size: 15px;
  font-family:"Microsoft YaHei";
  line-height: 2;
}
.member-list {
  list-style: none; 
}
.member-list li { 
  font-size: 17px;
  margin-right: 5px;
}
.member-list a {
  color: #1c1c1c;
}
/* Img Hover Effect */
.effects .img { 
  position: relative;
  overflow: hidden;
}
.effects .img a {
  display: inline;
  margin: auto;
  padding: 0;
  max-width: 100%;
  height: auto;
  color: #fff;
}
.overlay {
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all .5s; 
}
.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 20px;
  list-style: none;
  padding: 0;
}
.expand .social-icon {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.expand .cbp-l-icon {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.effect .overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.effect .overlay .expand {
left: 0;
right: 0;
top: 0;
margin: 0 auto;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.effect:hover .img .img-responsive {
  transform: scale(1.25); 
}
.effect .img-responsive { 
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 290px;
  height: 230px;
}
.effect:hover .img .overlay {
opacity: 1;
}
.effect:hover .img .overlay .expand {
top: 50%;
margin-top: -30px;
opacity: 1;
}

.effect .cbp-item-wrapper .img { 
  position: initial;
  overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
top: 40%!important;
margin-top: -30px;
opacity: 1;
}
.cbp-item .img a {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.paddingb0 {
  padding-bottom: 0px;
}
.margin80 {
  margin: auto 80px;
}

/* 商业智能化BI */
.w3l-content-6 {
  padding: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.w3l-content-6 .content-6-mian {
  background: #fff; }

.w3l-content-6 .imghrs {
  font-size: 0;
  text-align: center; }

.w3l-content-6 .imghrs .imghr {
  display: inline-block;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }

.w3l-content-6 .imghrs .imghr:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s; }

.w3l-content-6 .imghrs .imghr img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.w3l-content-6 .imghrs .imghr .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }

.w3l-content-6 .imghrs .imghr .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s; }

.w3l-content-6 .imghrs .imghr .details .title {
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  /* color: #4a8fff;  */
  color: #fff;
  font-family: 'Microsoft YaHei';
}

.w3l-content-6 .imghrs .imghr .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 1px; 
  font-family: 'Microsoft YaHei';
}

.w3l-content-6 .imghrs .imghr:focus:before,
.w3l-content-6 .imghrs .imghr:focus span,
.w3l-content-6 .imghrs .imghr:hover:before,
.w3l-content-6 .imghrs .imghr:hover span {
  opacity: 1; }

.w3l-content-6 .imghrs .imghr:focus:before,
.w3l-content-6 .imghrs .imghr:hover:before {
  top: 50%; }

.w3l-content-6 .imghrs .imghr:focus span,
.w3l-content-6 .imghrs .imghr:hover span {
  top: 0; }

.w3l-content-6 .imghrs .imghr:focus .title,
.w3l-content-6 .imghrs .imghr:hover .title {
  transition-delay: 0.15s; }

.w3l-content-6 .imghrs .imghr:focus .info,
.w3l-content-6 .imghrs .imghr:hover .info {
  transition-delay: 0.25s; }

@media (max-width: 991px) {
  .w3l-content-6 .imghrs {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px; 
  } 
  .fun-factor-area .fun-fact-items .item{
    border-right:none !important;
    margin-bottom: 2rem;
  }
}

/* 大数据治理 */
.fun-factor-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.fun-fact-items {
  padding: 100px 50px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.fun-fact-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background:linear-gradient(45deg,rgba(108,152,248,1),rgba(99,176,250,1));
  z-index: -1;
  border-radius: 5px;
}

.fun-factor-area .fun-fact .timer {
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-top: -5px;
  font-family: 'Microsoft YaHei';
}

.fun-factor-area .fun-fact .medium {
  display: block;
  line-height: 1.2;
  margin-top: 20px;
  font-size: 18px;
  text-transform: capitalize;
}

.fun-factor-area .fun-fact-items .item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fun-factor-area .fun-fact-items .item:last-child {
  border: none;
}

.fun-factor-area .fun-fact i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 37px;
  background:#56aafb;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.fun-factor-area .fun-fact i::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #56aafb;
  margin-left: -10px;
}

.wh100 {
  width: 100px;
  height: 110px;
  margin-bottom: 30px;
}

/* 行业解决方案 */
.mt15 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #868d99;
}

.hengline {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #6b97f8;
  margin-top: 20px;
  margin-left: 48%;
}